I'm trying to get a Phonegap-App to run on Windows Phone 8. My biggest problem right now is, that the hight of my app is calculated based on the height of the device. But this includes the WP8 status bar.
Since I need my footer to be at the exact bottom of my page, thus enabling the user to control my app, I was wondering if there is a way in Phonegap 3.1 to hide the status bar of windows phone or to tell jQuery Mobile that it needs to exclude the hight of the status bar. I tried setting the padding of the body and configure the app to run in fullscreen mode. Both things failed.
As always, happy for hints.
I'd like to answer my own question for anyone who might encounter the same one. The solution is to open the
MainPage.xaml
and replace the "true" in the following line so that
shell:SystemTray.IsVisible="True"
//BECOMES
shell:SystemTray.IsVisible="False"
Afterwards the SystemTray, that's how it is called ;), won't show up again.
Cheers
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With