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/03/24 15:36:57 UTC

[GitHub] [cordova-plugin-inappbrowser] iphonedeveloper99 opened a new issue #454: The browser is not compatible with iPhone X

iphonedeveloper99 opened a new issue #454: The browser is not compatible with iPhone X
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/454
 
 
   # Bug Report
   
   ## Problem
   inappbrowser  is not compatible with iphonex, specially the status bar is overlaps the upper side interface layout.
   ### What is expected to happen?
   the browser interface layout must set correctly to fit iphone x display.
   
   
   ### What does actually happen?
   var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
   try to open previous link in iphone x device, and look at the top, you will notice a big problem.
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
   Try to use iphonex with ios 12.1.4 for testing to see the results.
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   iphone x family device
   
   
   
   ### 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.
   -->
   cordova cli 9.0
   cordova-plugin-inappbrowser master version
   ios ver 12.1.4
   
   
   ## 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