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.
   
   ![Screenshot_2020-06-20-03-12-45-116_sloth vp 
app](https://user-images.githubusercontent.com/60001202/85172931-693f6680-b272-11ea-8697-3789fec634db.jpg)
   


----------------------------------------------------------------
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]

Reply via email to