Commit 2fe50285 by amalk

05-12-2019

parent d9635d89
File added
...@@ -46,8 +46,9 @@ export class AppComponent { ...@@ -46,8 +46,9 @@ export class AppComponent {
initializeApp() { initializeApp() {
this.platform.ready().then(() => { this.platform.ready().then(() => {
this.statusBar.styleDefault(); this.statusBar.styleDefault();
this.statusBar.overlaysWebView(true); this.statusBar.overlaysWebView(false);
this.statusBar.hide(); 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