Page 1 of 1

Hiding Status Bar in Android

Posted: Mon Nov 24, 2014 9:31 pm
by Chris Dillow

Is there a way to hide the status bar in Android when in my app.

Thanks


Hiding Status Bar in Android

Posted: Mon Nov 24, 2014 10:01 pm
by Maryna Brodina

Hello!

Please take a look here https://developer.android.com/trainin...


Hiding Status Bar in Android

Posted: Mon Nov 24, 2014 11:06 pm
by Chris Dillow

Thanks

I added this to my config.xml and it did the trick.

preference name="fullscreen" value="true"

In brackets of course.


Hiding Status Bar in Android

Posted: Tue Nov 25, 2014 3:37 am
by Yurii Orishchuk

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.