How to force desktop view on mobile devices - Bootstrap?
I tried viewport with fixed port to 1024, but still it dont work me.
Any Advice!!
The best way is to either sent content empty i.e.
name="viewport" content=""
or
Take a variable to have the screen width so that it can work on all the screen sizes
name="viewport" content="width= {screenWidth}"