Closed
Description
Description
In recent Chrome,window.visualViewport
is available to get window size.
Window.visualViewport - Web APIs | MDN
This is the only value that can follow the address bar shrinking on mobile browsers.
window.innerHeight
, document.documentElement.clientHeight
don't work well.
So consider to use window.visualViewport.height
for $(window).height()
if possible.
(Ditto for width
.)
Metadata
Metadata
Assignees
Labels
No labels