You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/09/27 15:58:17 UTC

[GitHub] [cordova-plugin-statusbar] armandn commented on issue #128: CB-13300: (Android) Fixed keyboard from overlapping content

armandn commented on issue #128: CB-13300: (Android) Fixed keyboard from overlapping content
URL: https://github.com/apache/cordova-plugin-statusbar/pull/128#issuecomment-535998647
 
 
   ![screenshots](https://user-images.githubusercontent.com/15320153/65783207-faf0cc00-e157-11e9-8de4-1db655dbd886.jpg)
   There may be a problem with the way available space is calculated on Android devices that have notches or punched holes for cameras. With them, the status bar is hidden but the system still keeps a black bar to hide the notch / camera hole.
   
   Tested on two phones, Samsung S8 and S10, same Android version.
   On S8, the app uses all available space (left image).
   On S10, the status bar is hidden but the system still reserves some black area for the camera and I think this throws off the patch (right image). The original cordova-plugin-statusbar is not affected (middle image) 
   
    I received a similar issue from a user with a Doogee P90 phone. I could not test myself, but that phone also has a notch...

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


With regards,
Apache Git Services

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