Skip to content

Commit

Permalink
Merge pull request #27 from paulnagle/develop
Browse files Browse the repository at this point in the history
android statusbar fix
  • Loading branch information
paulnagle authored Oct 28, 2019
2 parents f1fef53 + d767793 commit b453f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="ie.nasouth.apple" version="5.0.66" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="ie.nasouth.android.naireland" version="77775.0.68" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>NA Ireland</name>
<description>NA Ireland</description>
<author email="[email protected]" href="https://www.na-ireland.org/">NA Ireland</author>
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b453f8b

Please sign in to comment.