mosabab edited a comment on issue #899: URL: https://github.com/apache/cordova-ios/issues/899#issuecomment-644718644
Additional information: I have another issue like what you mentioned here. I was put the the preference for statusbarstyle to lightcontent or just i omit this preference (because the default value in doc is lightconent https://github.com/apache/cordova-plugin-statusbar#configxml) , and i see that Xcode always read the statusbar style to dark content (dark text, for light background). So, I change the statusbar style manually to make light content instead of dark, because this preference `<preference name="StatusBarStyle" value="lightcontent" />` is broken and not read by iOS any more. So to fix this issue i do it manually by JS code like this: `function onDeviceReady() {` `StatusBar.styleLightContent();` `}` For that reason i open a new issue https://github.com/apache/cordova-plugin-statusbar/issues/192 regarding this problem. ---------------------------------------------------------------- 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]
