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


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


Review Comment:
   Maybe a documentation could be added here:
   
   ```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
   // 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 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