Hiding Status Bar in Android
Is there a way to hide the status bar in Android when in my app.
Thanks
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Is there a way to hide the status bar in Android when in my app.
Thanks
Hello!
Please take a look here https://developer.android.com/trainin...
Thanks
I added this to my config.xml and it did the trick.
preference name="fullscreen" value="true"
In brackets of course.
Hi Chris,
It seems you have wrong case in word "fullscreen"
Here is what i see in original cordova documentation:
precode
<preference name="Fullscreen" value="true" />
/code/pre
See details:
http://docs.phonegap.com/en/3.5.0/con...
Regards.