What is the best way to check mobile screen width using JavaScript? I've tried screen.width but get mixed results.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Modernizr would be a good tool for you to use. Have a look at the mq() function (media query). It uses the CSS @media tag to evaluate media types and screen sizes. |
|||
|
|
|
You can use the Javascript mobile detection method at HandsetDetection.com. Create a site profile with no redirection rules and embed the detection javascript in your page. Then you can access the HandsetDetection.width and HandsetDetection.height variables directly from javascript for screen resolution. Hope that helps. (Disclaimer: I work there). |
||||
|
|
