-
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
Cant open a blank window in InAppBrowser #635
Comments
Also..
|
|
That solved the problem. Thanks. |
@zero-1 Thanks Image.from.iOS.3.MP4.mp4 |
Problem
Opening the InAppBrowser with target "_blank" in an Ionic app on iOS is not working.
A new window is opened but the target url does not open.
Used the following instructions to install the plugin to the app...
https://ionicframework.com/docs/native/in-app-browser/
The symptoms look exactly like #551
Issue can be reproduced in the following repo...
https://github.com/zero-1/ionic-browser-demo
Tested on iOS simultor, on multiple devices running iOS 13.7 and iOS 14.1 .
Have tried downgrading the version to 4.2.0 and 4.1.3 with no effect.
package.json looks like....
The code to invoke the InAppBrowser ...
The text was updated successfully, but these errors were encountered: