GitToTheHub commented on code in PR #1670:
URL: https://github.com/apache/cordova-ios/pull/1670#discussion_r3870659323
##########
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:
This was when I synced the cordova-android comment with cordova-ios. But
it's true, it was just about alpha. I corrected that.
--
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]