Status Bar on iOS Background Color

前端 未结 5 875
刺人心
刺人心 2021-02-04 12:43

I’m having a hard time setting the iOS status bar background color to transparent. I’m using the latest version of cordova statusbar and ionic, and leaving everything to their d

5条回答
  •  北恋
    北恋 (楼主)
    2021-02-04 13:14

    Okay so after referring to:

    • https://issues.apache.org/jira/browse/CB-12886 and
    • https://issues.apache.org/jira/browse/CB-12890

    The issue occurs in iOS 11, and cordova-ios-4.5.0 and is simply solved by adding the cover value to viewport-fit as follows in your index.html:

       
    

提交回复
热议问题