I am building a phonegap app for ios and have vertical scroll issue. There appears to be a few pixels scroll in the webview even without any content and this is affecting my abs
This solved it for me (on iOS at least - may have other compatibility things on other platforms)
Try removing width=device-width, height=device-height from your meta at the top.
width=device-width, height=device-height
It's an issue with the device not factoring for the status bar at the top as far as I can tell.