GitToTheHub commented on code in PR #1661: URL: https://github.com/apache/cordova-ios/pull/1661#discussion_r3440470373
########## cordova-js-src/plugin/ios/statusbar.js: ########## Review Comment: Oh man sorry. But alpha is not supported, when the plugin is installed. Changed comment: ```jsdoc // Sets the background color of the status bar, which will visually only have an impact, // if the status bar is visible. The supported format is any valid CSS color value, // like `rebeccapurple`, `#RRGGBBAA`, `rgb(255 0 153)`. // See also: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value // If cordova-plugin-statusbar is installed, the call will be forwarded to // `window.StatusBar.backgroundColorByHexString`, which will not support an alpha value. ``` -- 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]
