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
When using inappbrowser@3.2.0 and cordova-plugin-ionic-webview@4.2.0 on iOS, the inAppBrowser opens but does not load the URL specified. In stays on about:blank.
Downgrading cordova-plugin-ionic-webview to 4.1.3 fixes the problem.
Might be related to ionic-team/cordova-plugin-ionic-webview#539
Bug Report
Problem
When using inappbrowser@3.2.0 and cordova-plugin-ionic-webview@4.2.0 on iOS, the inAppBrowser opens but does not load the URL specified. In stays on
about:blank
.Downgrading cordova-plugin-ionic-webview to 4.1.3 fixes the problem.
Might be related to ionic-team/cordova-plugin-ionic-webview#539
What is expected to happen?
The specified URL opens properly.
What does actually happen?
InAppBrowser stays on
about:blank
Information
see above
Command or Code
window.cordova.InAppBrowser.open(SOMEURL, '_blank', 'hidden=no,location=no,clearsessioncache=yes,clearcache=yes,toolbar=no,footer=yes,hardwareback=no');
Environment, Platform, Device
Cordova CLI 9.0.0
cordova-ios 5.1.1 with
WKWebViewOnly = true
in config.xmlXCode 11.4.1
Version information
See above
Checklist
The text was updated successfully, but these errors were encountered: