From 53ffd178081d47bf9bd626e9076bf5073f65c08e Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sat, 5 May 2018 17:12:43 -0700 Subject: [PATCH] work around for missing status bar resolves #63 --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 03b8584..47ae0e4 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -57,7 +57,7 @@ export class MyApp { this.initialPage('personal'); }); - this.statusBar.styleDefault(); + this.statusBar.styleLightContent(); this.splashScreen.hide(); // console.log('---'); // console.log(this.device.platform);