mightysloth removed a comment on issue #844: URL: https://github.com/apache/cordova-android/issues/844#issuecomment-646825430
I have the same problem, I can extend the app and have a translucent system UI on the bottom if I use : ```typescript this.statusBar.overlaysWebView(true); this.statusBar.styleDefault(); this.androidFullScreen.immersiveMode(); this.androidFullScreen.showUnderSystemUI(); ``` But the app doesn't take all the space on the Notch (top bar). It's the same result in emulator or on a Redmi 7. You can see the cut on top on this screen, app isn't expanded above the notch, and you can also see the bottom working as expected.  ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
