Phonegap vertical scroll

前端 未结 6 1384
你的背包
你的背包 2021-02-06 15:10

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

6条回答
  •  感情败类
    2021-02-06 16:04

    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"
    

提交回复
热议问题