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

Problem with loading some links - iOS #279

Closed
dudizimber opened this issue Feb 10, 2020 · 13 comments
Closed

Problem with loading some links - iOS #279

dudizimber opened this issue Feb 10, 2020 · 13 comments

Comments

@dudizimber
Copy link

dudizimber commented Feb 10, 2020

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

@oliverbytes
Copy link

Experiencing the same loading facebook.com on iOS

@dudizimber
Copy link
Author

Experiencing the same loading facebook.com on iOS

Did you tried in a physical device or just in the simulator?

@oliverbytes
Copy link

I used a real device. Haven't tried it on the simulator yet.

@aleksandar-radivojevic
Copy link

@nemoryoliver any updates bro? 🍗 🔥

@oliverbytes
Copy link

@nemoryoliver any updates bro? 🍗 🔥

same thing.. some links are still broken

@whatamelon
Copy link

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?

@NiranjanShah
Copy link

Same thing, some links are not working on iOS, request quick solution.

@pichillilorenzo
Copy link
Owner

pichillilorenzo commented Jul 2, 2020

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 <a href="https://myLink" target="_blank">myLink</a>, then to capture links with target="_blank", you need to use the onCreateWindow event and then decide there if you want open a new WebView or load the link in the current WebView.

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.

@NiranjanShah
Copy link

Thanks for the response, however, the same link with url_launcher, it is working fine.

@pichillilorenzo
Copy link
Owner

@NiranjanShah Could you share the link? Otherwise, I can't test it.

This was referenced Jul 6, 2020
@no-response
Copy link

no-response bot commented Jul 9, 2020

This issue has been automatically closed because it was marked as "answered", and there wasn't any recent activity on this issue.

@no-response no-response bot closed this as completed Jul 9, 2020
@no-response
Copy link

no-response bot commented Jul 9, 2020

This issue has been automatically closed because it was marked as "answered", and there wasn't any recent activity on this issue.

Copy link

github-actions bot commented Nov 9, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants