How do i force desktop view on mobile devices with Bootstrap?
I have tried fixing the viewport width to 1024, but still it doesn't work me.
viewport
Any Advices?
You just need to set the Viewport
Viewport
<meta name="viewport" content="width=1024">
Instead of this (Responsive version)
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Look at here. Should solve your issue.
SO - bootstrap-3-desktop-view-on-a-mobile-device
SO - how-to-show-desktop-version-on-mobile-screens-in-bootstrap-3
2.1m questions
2.1m answers
60 comments
57.0k users