ollm commented on issue #1967: URL: https://github.com/apache/cordova-android/issues/1967#issuecomment-5088906448
Can I open a pull request adding it? More or less the same way it's already implemented in the plugin? Example: ``` js window.statusbar.setNavigationBarBackgroundColor(String color, Boolean lightNavigationBar = false, Boolean transparentNavigationBar = false); ``` or in a separate internal plugin ``` js window.navigationbar.setBackgroundColor(String color, Boolean lightNavigationBar = false, Boolean transparentNavigationBar = false); ``` -- 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]
