如何在windows tablet 8.1 cordova应用程序中隐藏状态栏?

如何在windows tablet 8.1 cordova应用程序中隐藏状态栏?,cordova,Cordova,我正在处理窗口表8隐藏状态栏,但未在此处完成。问题是当单击“显示页面”时,该页面正在滚动,这是我的问题,因此我需要通过cordova windows tablet应用程序隐藏状态栏。请帮助我。尝试以下操作: 在MainPage.xaml中 替换此项: shell:SystemTray.IsVisible="True" 致: shell:SystemTray.IsVisible="False"

我正在处理窗口表8隐藏状态栏,但未在此处完成。问题是当单击“显示页面”时,该页面正在滚动,这是我的问题,因此我需要通过cordova windows tablet应用程序隐藏状态栏。请帮助我。

尝试以下操作:

在MainPage.xaml中

替换此项:

shell:SystemTray.IsVisible="True"
致:

shell:SystemTray.IsVisible="False"