I'm trying to get the height
of the Nexus tablet using $(window).height();
but I'm having troubles as it seems to add the height of the URL bar to the result, which disappears when the user is scrolling.
My page has different sections and each one should look like a full screen page.
The first page looks good until I start scrolling down, as the URL bar disappears and the visible area increases.
I've tried (without success) to hide the URL bar using the techniques explained in this post, but I can't control it.
Is there any way to deal with this problem?
Thanks.