You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: