jachstet-sea opened a new issue #684: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/684
# Bug Report ## Problem When using [email protected] and [email protected] 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 https://github.com/ionic-team/cordova-plugin-ionic-webview/pull/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.xml XCode 11.4.1 ### Version information See above ## Checklist - [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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
