Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The browser is not compatible with iPhone X when the option usewkwebview=yes #454

Closed
2 of 3 tasks
iphonedeveloper99 opened this issue Mar 24, 2019 · 2 comments
Closed
2 of 3 tasks

Comments

@iphonedeveloper99
Copy link

iphonedeveloper99 commented Mar 24, 2019

Bug Report

Problem

inappbrowser is not compatible with iphonex if you set usewkwebview=yes, 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,usewkwebview=yes');
try to open previous link in iphone x device, and look at the top, you will notice a big problem, (the status bar is overlaps the upper side interface layout.)

Information

var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes,usewkwebview=yes');
Try to use iphonex with ios 12.1.4 for testing to see the results.

Command or Code

var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes,usewkwebview=yes');
(usewkwebview=yes)

Environment, Platform, Device

iphone x family device

Version information

cordova cli 9.0
cordova-plugin-inappbrowser master version
ios ver 12.1.4

Checklist

  • I searched for existing GitHub issues
  • I updated all Cordova tooling to most recent version
  • I included all the necessary information above
@iphonedeveloper99 iphonedeveloper99 changed the title The browser is not compatible with iPhone X The browser is not compatible with iPhone X when the option usewkwebview=yes Mar 28, 2019
@dpa99c
Copy link
Contributor

dpa99c commented Mar 28, 2019

Duplicate of #325

@jcesarmobile
Copy link
Member

duplicate of #301 too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants