Status Bar on iOS Background Color

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

    As maintained by luckystarr. Plugin cordova-plugin-statusbar will help you achieve what you want to do.

    After adding plugin add following preference in config.xml to get black background

    
    

    To change the color of icons and text in status bar you can use

    
    

    Available values are default, lightcontent, blacktranslucent, blackopaque.

提交回复
热议问题