I´m sure there´s something I´ve overlooked but I can´t find where to fix this.
Some help would be nice
I think the answer is here...
https://software.intel.com/en-us/html5/ ... ordova-app
A rather lengthy text talking about cordova plugins... all I want is to remove the statusbar
There's a 'hide status bar' option when exporting Cordova from C2 is that what you need? Also there's a Fullscreen checkbox when building Android-Crosswalk in the XDK. I'm not sure which does the trick but I have both checked.
I couldn't link (using my phone) to the part of the page that explained how to select the various options in the exporter.
set as full screen in intel xdk
Develop games in your browser. Powerful, performant & highly capable.
ok, got it now thanks guys
Any idea how to remove transparent status bar , in iOS game works as fullscreen but transparent status bar stays there
martinnaithani Check out cranberrygame's plugins he has one for hiding the status bar
Thanks volkiller730, Can I get a Link
Me too! Haven`t found a link for a plugin for construct 2
What's it's name?
This thread is out of date. C2 exports the correct external plugin, and you just need to call:
Browser -> Execute Javascript = "StatusBar.hide();"
There are various threads on this.