Page 1 of 1

Hide action bar for galaxy tab 10.1

Posted: Wed May 08, 2013 5:07 pm
by Sohaib el guennuni

Hello

I develope application for tab android 10.1, I want to know how to hide the action bar (Time ....), and my application take full screen

Thanks


Hide action bar for galaxy tab 10.1

Posted: Wed May 08, 2013 6:11 pm
by Sergey Kozyr

Hi, you could make application run in fullscreen mode. You need to export to Eclipse project and edit "config.xml" file in folder "\res\xml". Just add line:
code<preference name="fullscreen" value="true" &#47;>/code

after line 37:
code<preference name="exit-on-suspend" value="false" &#47;>/code
See Cordova documentation for full list of preferences.