Top nav bar covering content on iOS

The nav bar is covering my content only on iOS. Is it possible to move the whole blue nav bar up and go under the iOS status bar like the native app does?

image

Have you tried has-header class?

Yes… I do have <ion-content class="has-header">

Is this only content in this view?
Are you using custom made CSS on this view?
Can you recreate this example on another view?
Are you willing to create a working example for us to play with? For example at http://plnkr.co, working Ionic templates here: http://www.gajotres.net/help-us-help-you-how-to-ask-a-good-ionic-forum-question/

UPDATE: Problem solved by using ionic.Platform.fullScreen();

1 Like

I have the same problem. Where does one add this command?