-
Notifications
You must be signed in to change notification settings - Fork 395
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
iOS: newest version 4.2.0 not working together with InAppBrowser #551
iOS: newest version 4.2.0 not working together with InAppBrowser #551
Comments
I am running into the same issue as well, and following the instructions on this page still result in a warning trigger from Apple https://ionicframework.com/blog/understanding-itms-90809-uiwebview-api-deprecation/ |
Same issue here. I had to rollback to For the rollback, I previously had |
🎉 This issue has been resolved in version 4.2.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
To resolve warning, add this property |
I still have this issue in 5.0.0. but the app only shows a blank white view in ios emulator |
iOS: 4.2.0 not working together with cordova-plugin-inapprowser
Problem
Open the InAppBrowser with target "_blank" in an Ionic app on iOS is not working.
I tried the code below in a new Ionic project and can reproduce the issue.
What is expected to happen?
The InAppBrowser should open in a new view and show the given website.
What does actually happen?
The InAppBrowser opens in a new view and don't do anything. If I force version 4.1.3 of cordova-plugin-ionic-webview, the browser works as expected.
Command or Code
Environment, Platform, Device
Tested on any simulator and iPhone with newest iOS Version (13.4.1)
Version information
Ionic info:
package.json:
The text was updated successfully, but these errors were encountered: