GitToTheHub commented on PR #1661: URL: https://github.com/apache/cordova-ios/pull/1661#issuecomment-4748757367
> No, the format is any valid CSS [<color>](https://developer.mozilla.org/en->US/docs/Web/CSS/Reference/Values/color_value) value. > > Anything that's valid as a value of meta theme-color is valid here, it does not need to be in hexadecimal format I reviewed the code and see now that alpha was never supported for iOS. So the user had never the chance to use the format `#AARRGGBB` for iOS. I just wanted to point out a format change, but this is not valid for iOS. I added a note in the description that any valid CSS Color is supported. People who were using the status bar plugin and only used the `#AARRGGBB` pattern, are maybe not aware that now any valid CSS color is supported and the hexadecimal format is different here. -- 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]
