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
Try hiding the System Tray, it did the trick for me.
On MainPage.xaml, set "IsVisible" to false.
shell:SystemTray.IsVisible="False" d:DesignHeight="768" d:DesignWidth="480"