简体   繁体   中英

Cordova - how do I get icons to show against white status bar? (in iOS)

I want to change the status bar from black to white. The config.xml settings below achieved what I want on Android, but on iOS, the status bar is white and the icons are invisible. It seems the StatusBarStyle doesn't work on iOS.

  <preference name="StatusBarBackgroundColor" value="#FFFFFF" />
  <preference name="StatusBarStyle" value="default" />

How do I get the icons to show up against a white status bar in iOS?

Try to change your StatusBarStyle to blackopaque

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM