mosabab commented on issue #191: URL: https://github.com/apache/cordova-plugin-statusbar/issues/191#issuecomment-642262460
> I'm also seeing this issue. I'm wondering if it's something to do with the new "Dark Appearance". > > Since iOS 12 doesn't have "Dark Appearance", then this setting works as expected. But my iOS 13 devices (and emulators) are ignoring this setting in favor of the OS settings. Dark Appearance enabled shows status bar text white, Dark Appearance disabled shows status bar text black, regardless of what I have in the `config.xml`. > > I should mentioned... I'm using `cordova-ios: 5.1.1` and `"cordova-plugin-statusbar": "^2.4.3"` What actually happened for now is: The `default` value appear same as `lightcontent` value Which is dark text for light background. ( the behaviour for default and lightcontent become the same) So the lightcontent in the plugin should be changed to new behavior in iOS new versions. Regards ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
