Is there a way to hide the status bar in Android when in my app.
Thanks
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.