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

inappbrowser@3.2.0 gets broken on iOS by cordova-plugin-ionic-webview@4.2.0 #684

Closed
3 tasks done
jachstet-sea opened this issue Apr 27, 2020 · 2 comments
Closed
3 tasks done

Comments

@jachstet-sea
Copy link

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.xml
XCode 11.4.1

Version information

See above

Checklist

  • I searched for existing GitHub issues
  • I updated all Cordova tooling to most recent version
  • I included all the necessary information above
@jcesarmobile
Copy link
Member

The problem is the webview plugin, is already reported there
ionic-team/cordova-plugin-ionic-webview#551

Also, it's not a problem if you use master branch of InAppBrowser plugin, so there is nothing to change here.

@jachstet-sea
Copy link
Author

Okay, didn't see that one. Thanks for pointing me there!

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

No branches or pull requests

2 participants