From d7677936d58d6445687fe9ed15f56b6475231df6 Mon Sep 17 00:00:00 2001 From: Paul Nagle Date: Mon, 28 Oct 2019 22:23:02 +0000 Subject: [PATCH] android statusbar fix --- config.xml | 2 +- src/app/app.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index b75f88e..1fcf6b7 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + NA Ireland NA Ireland NA Ireland diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 4aa84e9..1b32572 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -86,7 +86,7 @@ export class AppComponent { initializeApp() { this.platform.ready().then(() => { - this.statusBar.overlaysWebView(true); + this.statusBar.overlaysWebView(false); this.statusBar.styleDefault(); this.statusBar.backgroundColorByHexString('#ffffff'); this.splashScreen.hide();