Does anyone have experience with this? I am publishing for Android with Intel XDK.
In Intel XDK there is a tickbox for 'Full Screen'. If deselected, the Android status bar and navigation bar is visible in the built game.
If the 'Full Screen' tick box is selected neither the navigation bar nor the status bar are visible.
I want the nav bar to be present, but not the status bar. I think the way to do it, is to have 'Full Screen' deselected and then add the status bar plugin, and then somehow edit that plugin so that on start, the status bar is hidden.
In the documentation for the status bar plugin it says that the status bar can be hidden, and gives some code to do it...
But I have no idea where to enter that code, which file needs to be updated, or how to do it through Intel XDK.
Can anyone offer any advice on this?