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 Add Firebase Analytics to Your NativeScript Mobile App

sidemenu refresh through events

push multiple data in array(select and disselect items in array)