GitToTheHub commented on PR #1661:
URL: https://github.com/apache/cordova-ios/pull/1661#issuecomment-4748851010

   > No it is not. We take in any valid CSS colour, we ask the browser to 
convert it to RGB for us (by setting it as a CSS property and reading back the 
computed value with getComputedStyle), and then we pass the RGB values to 
either the built-in status bar or the status bar plugin.
   
   Yes I saw that 
[StatusBar.backgroundColorByHexString](https://github.com/apache/cordova-plugin-statusbar#statusbarbackgroundcolorbyhexstring)
 will be called when the plugin is installed and alpha is not given to it. When 
I read the documentation it says:
   
   > On iOS, when you set StatusBar.overlaysWebView to false, you can set the 
background color of the statusbar by a hex string (#RRGGBB).
   
   So would alpha be supported by this method when `StatusBar.overlaysWebView` 
is set to `true`?


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