Hi all,
This is my code:
ionic.Platform.ready(function() {
if (window.StatusBar) {
// org.apache.cordova.statusbar required
StatusBar.overlaysWebView(false);
StatusBar.backgroundColorByHexString('#000000');
}
});
I want to change the status bar color, but whatever I do: it doesn’t work at all!
I’ve checked everything and tried everything that is stated here: http://ionicframework.com/docs/v2/native/status-bar/
Not working at all. Can someone help me please?
PS: testing on Ionic View