dpogue commented on code in PR #1670:
URL: https://github.com/apache/cordova-ios/pull/1670#discussion_r3866736142


##########
cordova-js-src/plugin/ios/statusbar.js:
##########
@@ -52,6 +55,15 @@ Object.defineProperty(statusBar, 'visible', {
     }
 });
 
+/**
+ * Sets the background color of the visible status bar.
+ * Supports valid CSS color values, e.g. `rebeccapurple`, `#RRGGBBAA`, 
`rgb(255 0 153)`.
+ * 
+ * Note: Runtime support for all valid CSS color formats is fully functional 
since cordova-ios 8.1.1.

Review Comment:
   Is this note needed? The intention was always to support all valid CSS 
colour formats, the fact it didn't handle opacity properly was a bug that was 
fixed, not a new feature that needs to be called out.



-- 
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]

Reply via email to