Hi guys, i'm using the newest version of C2 and Intel XDK.
While exporting for Cordova i check the "Hide status bar" box.
In XDK build setting i check "Fullscreen" box.
The status bar is not showing while my app is running, which is what i needed.
However if the screen timeout or the user lock it, when restoring focus on my app the status bar is visible again and won't go away. Problem occours on Samsung Galaxy S5 with Chrome as browser.
I tried to import the Cordova Status Bar plugin in XDK, and added this action in c2:
Browser - on resumed - Execute javascript "StatusBar.hide();"
Nothing changed.
Any suggestion?