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/11/08 16:57:35 UTC

[GitHub] [cordova-plugin-statusbar] mosababubakr opened a new issue #170: [android] statusbar plugin does not support notch devices

mosababubakr opened a new issue #170: [android] statusbar plugin does not support notch devices
URL: https://github.com/apache/cordova-plugin-statusbar/issues/170
 
 
   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   This plugin should support new android devices with notch like:
   Samsung Galaxy s10, Xiaomi Mi 8, Huawei P20 and P20 Pro, Essential Phone PH-1, OnePlus 6, LG G7 ThinQ, Asus ZenFone 5.
   
   The statusbar  should overlay the webview.
   
   
   ### What does actually happen?
   The status bar became in solid blank, and not overlay the webview.
   
   At index.html, The view-fit=cover work on IOS like:
   <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover" />
   
   But on android devices that method not work.
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   ![Untitled-1](https://user-images.githubusercontent.com/47486787/68495433-d7da3180-0258-11ea-858e-84b66ab46bb9.jpg)
   
   Maybe someone know how this issue can be solved !
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   - Any new android device with notch.
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   - Phonegap/Cordova CLI 9.0.0 (Android 8.0.0)
   - cordova-plugin-statusbar master version.
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

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