Sohaib el guennuni
Posts: 0
Joined: Mon May 06, 2013 11:47 pm

Hide action bar for galaxy tab 10.1

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

Sergey Kozyr
Posts: 0
Joined: Tue Apr 30, 2013 2:55 pm

Hide action bar for galaxy tab 10.1

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.

Return to “Issues”