I need to know the actual visible height of my web app for different calculations.
I'm having a problem getting this height on iOS Safari when the soft keyboard is open, the height stays the same (by using window.innerHeight
).
Is there any way to get the "new" screen size when the virtual keyboard is open?