ionic app status bar color changing

  // this.statusBar.styleDefault();

replace above line with below code

if (this.platform.is('android')) {
this.statusBar.overlaysWebView(false);
this.statusBar.styleLightContent();
// this.statusBar.backgroundColorByHexString('#ffffff');
}



Comments

Popular posts from this blog

how to split array as per fixed length, and ionic two dates differences in min,seconds,hours

How to Add Firebase Analytics to Your NativeScript Mobile App