GitToTheHub commented on PR #2000: URL: https://github.com/apache/cordova-android/pull/2000#issuecomment-5250691621
> Confirm that this matches the behaviour on iOS, because I'm pretty sure it only hides the background there. I checked this with the cordova-ios master, not using `cordova-plugin-statusbar` and calling `window.statusbar.visible = false`. The status bar is completely hidden: <img width="300" src="https://github.com/user-attachments/assets/b421a733-3a7e-4a8c-9871-fa768e85852c" /> It would be a little bit confusing calling `window.statusbar.visible = false` and it would only hide the status bar background. If this was meant to just hide the background it should be called `window.statusbar.backgroundVisible`. Also calling `StatusBar.hide()` on `cordova-plugin-statusbar` by using cordova-android 15.1.0 will leave a gray space at the top: <img width="300" src="https://github.com/user-attachments/assets/9869fc3a-e8fa-4f2e-93d3-ebfe9a009a8b" /> -- 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]
