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
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
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" />/code
after line 37:
code<preference name="exit-on-suspend" value="false" />/code
See Cordova documentation for full list of preferences.