Status Bar on iOS Background Color

前端 未结 5 886
刺人心
刺人心 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:02

    This worked for me:

    1. Run cordova plugin add https://github.com/apache/cordova-plugin-statusbar.git

    2. config.xml Add inside tag

    3. index.html Add

    4. Save.

    5. Launch the simulator.

提交回复
热议问题