Question

How can I change the background color of the iOS7 statusbar? The statusbar, by default, is black and has white icons and text. I want to change the background color of the statusbar (which shows battery, time, carrier etc...). Who knows how I can do this with Intel XDK?

Was it helpful?

Solution

Try this Cordova plugin, https://github.com/phonegap-build/StatusBarPlugin, it should give you what you need. Note that you must use the Cordova build system to use this feature, there is no way to extend that "legacy" builds. Also, if you have not already, please upgrade to 1199, which makes it much easier to configure and build Cordova based apps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top