You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/19 19:19:42 UTC

[GitHub] [cordova-android] mightysloth commented on issue #844: Borderless/notch devices doesn't display a fully fullscreen mode

mightysloth commented 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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org