I\'m hitting an unusual problem and I\'m looking for suggestions. Basically, I\'m using:
I had a problem where the virtual keyboard would extend the viewport, showing the contents underneath(an external panel).
I solved by setting the css height based on the window height:
$('#page').css('height', $(window).height());