How to change the font color of the carrier, time on iOS?

How to change the font color of the carrier, time on iOS?

The default color is dark, I want to set the color as light, how to do that?

Thanks.

I have the same question. Is this possible to do with Ionic?

It would have to be a cordova plugin, and I thought they allowed this in iOS7, but since updating to 8 i’ve only seen the black and white versions, no colors. Check around on google though for something like “Cordova iOS8 status bar color plugin” and see what you find

You need to modify the ~info.plist file inside platforms/ios/[your-app]/*.plist

Via Plugin? https://github.com/apache/cordova-plugin-statusbar/blob/master/doc/index.md

PS: I just noticed this question was asked in '14…