Skip to content

Commit

Permalink
resolve hiding statusbar
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien committed Dec 9, 2016
1 parent f473039 commit d9650cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ionic.Platform.ready(function() {
if(window.StatusBar) {
// org.apache.cordova.statusbar required
StatusBar.styleDefault();
StatusBar.hide();
}

// Now launch the app
Expand Down

0 comments on commit d9650cb

Please sign in to comment.