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'); }