Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我手机的屏幕高度是 800px。当我这样做时:
var windowSize = $(window).height(); alert(windowSize);
它说它只有508px;
我正在使用 jQuery Mobile,不确定这是否会影响屏幕尺寸。
最好的办法是获得正确的手机屏幕高度?
您正在寻找的是:
screen.height
http://www.w3schools.com/jsref/obj_screen.asp