Ionic ion-view header behind ios status bar

后端 未结 10 2213
礼貌的吻别
礼貌的吻别 2021-01-04 09:15

How do I avoid ionic header from getting behind ios status bar like this?

I created the header with following code:



        
10条回答
  •  孤城傲影
    2021-01-04 09:52

    I have been stuck on the same problem for a long time and none of the above solutions worked for me. Finally, to get the status bar from overlapping on the app's view, I added the following preference to my config.xml file and viola:

      
      
      
    

    This ofcourse requires the plugin: cordova-plugin-statusbar "StatusBar".

    Hope this helps.

提交回复
热议问题