We have to script a page in Android Firefox. I am using $(window).width() and $(window).height() to get the viewport width and height. It is returning a value of 360 * 640. The actual display resolution is 540 * 960. Any pointers to why I am getting incorrect
values for window size in Android Firefox?