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


##########
cordova-js-src/plugin/ios/statusbar.js:
##########


Review Comment:
   > ```
   > // A CSS color value can only be used, if cordova-plugin-statusbar is not 
installed.
   > // If the external plugin is installed, the call will be forwarded to
   > // `window.StatusBar.backgroundColorByHexString`, which will only support 
the format `#RRGGBB`.
   > ```
   
   This is not true. If the status bar plugin is installed, it will use the 
specified CSS colour but with the alpha channel stripped 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