dpogue commented on PR #1661: URL: https://github.com/apache/cordova-ios/pull/1661#issuecomment-4748777716
> This is only true, if the external plugin cordova-plugin-statusbar is not installed No it is not. We take in any valid CSS colour, we ask the browser to convert it to RGB for us (by setting it as a CSS property and reading back the computed value with `getComputedStyle`), and then we pass the RGB values to either the built-in status bar or the status bar plugin. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
