-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Problem with loading some links - iOS #279
Comments
Experiencing the same loading facebook.com on iOS |
Did you tried in a physical device or just in the simulator? |
I used a real device. Haven't tried it on the simulator yet. |
@nemoryoliver any updates bro? 🍗 🔥 |
same thing.. some links are still broken |
When I loading embeded youtube video with youtube api, console give to me same issue and youtube video just broken in IOS. Is there any solution? |
Same thing, some links are not working on iOS, request quick solution. |
I tested and I have no problem with google or facebook logins. Could you share the links that are not working?? Also, you need to consider that if the links that user clicks are something like Instead, if you need support to HTTP requests (non-HTTPS), you need to check the "Support HTTP request" section, under the IMPORTANT Note for iOS section. |
Thanks for the response, however, the same link with url_launcher, it is working fine. |
@NiranjanShah Could you share the link? Otherwise, I can't test it. |
This issue has been automatically closed because it was marked as "answered", and there wasn't any recent activity on this issue. |
This issue has been automatically closed because it was marked as "answered", and there wasn't any recent activity on this issue. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
Environment
Flutter version: 1.12.13+hotfix.5 • channel stable •
flutter_inappwebview:
git:
url: https://github.com/pichillilorenzo/flutter_inappwebview
ref: develop
iOS version: 13.3
Xcode version: 11.3
Device information: iPhone 11 Pro Max (Simulator)
Description
It doesn't load some urls. For example, when login to google, after writing your email, it keeps loading forever.
The output message is
Runner[43622:11712651] Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service
Expected behavior: Load the url
Current behavior: Not loading the url
The text was updated successfully, but these errors were encountered: