I have a phonegap app with jquery mobile for styling. I am using the fixed footer for navigation. The footer however floats a few pixels above from the bottom of the page. I believe this is because the web control viewport height is less than the screen height (in an actual web page on WP8 this is fine since the space below the footer is filled by the address bar). Any ideas on how I can make the viewport height equal to the screen height.
I cannot use position:fixed because I need the footer to be visible while I scroll the content.
screenshot: https://i.stack.imgur.com/ZER0J.jpg