GitToTheHub commented on PR #1991: URL: https://github.com/apache/cordova-android/pull/1991#issuecomment-5225957903
I try to understand something about the status bar. When I set `StatusBarOverlaysWebView` to `true` on iOS and set a translucent background color to the status bar e.g. `<preference name="StatusBarBackgroundColor" value="#22ff0000" />`, the status bar background color is not applied when plugin cordova-plugin-statusbar is installed. Is this a bug? The readme says: > If StatusBarOverlaysWebView is set to true, then a 8 digit hex (#AARRGGBB) string can optionally be used to define the transparency. This is the same behaviour without the plugin when `viewport-fit=cover` is set. When I remove `viewport-fit=cover` the status bar overlays the web view, the translucent background color is applied and the web content is visible behind the status bar. -- 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]
