Commit b36b68d7 by amal

Merge branch 'amal' into 'master'

Amal See merge request !38
parents 29206c33 99de1a01
File added
......@@ -46,8 +46,9 @@ export class AppComponent {
initializeApp() {
this.platform.ready().then(() => {
this.statusBar.styleDefault();
this.statusBar.overlaysWebView(true);
this.statusBar.hide();
this.statusBar.overlaysWebView(false);
this.statusBar.show();
this.statusBar.backgroundColorByHexString('#29285b');
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment