-
Notifications
You must be signed in to change notification settings - Fork 934
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
Can't open specific links on iOS #94
Comments
OK, I now understand it could only load websites on my domain and https on iOS by default. Since I need arbitrary domains, I had to add the following to
https://stackoverflow.com/questions/41557155/wkwebview-how-to-display-links-to-http-pages |
@wardweistra I added this key but it is still not working. The callbacks of FlutterWebViewPlugin are never called, and I am using onUrlChanged.listen. Can you help me please? |
@brunovsiqueira I'm afraid not. Above is all I know, which worker at that point in time with those iOS versions. Perhaps a solution mentioned in #229 or else open a new issue. |
Dear developers,
I love your webview plugin for the Oauth flow in my app. It works on Android, however I am having trouble on iOS, both on the emulator and real device. The following links result in a white webview:
Both do work on Android. Also the https://thehyve.nl does load, leading me to believe it might be redirect related.
You should be able to reproduce this by just taking the example application in this repository and putting the above links in there.
Would really appreciate your suggestions!
Best regards,
Ward
The text was updated successfully, but these errors were encountered: