I\'m using window.innerHeight and window.innerWidth instructions to get the browser\'s available window size. It\'s working with firefox, safari (on a mac
Same issue still. I have a full screen app, no need for user to scale anything (it's a kiosk), and solution for me was adding the shrink-to-fit=no meta.
My current meta for the viewport is:
Now window.innerWidth, jQuery(window).width() and everything else related works properly.
Before that, I had to rotate iPad and return it back to original position for window size values to refresh to the proper ones.