-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
bugfix/ajax #2023
base: master
Are you sure you want to change the base?
bugfix/ajax #2023
Conversation
@pichillilorenzo please check :) We use this PR in production since its opening, it works well. |
@EArminjon How can I use your branch to build my app. because when I try to use I get an error
|
Your issue is not linked to my PR. Clear your cache, pub-cache etc. |
Yeah, I tried everything but still, it gives me the same error. Can you please check if Am I adding your branch correctly in pubspec.yaml |
You can base your pubspec on the pr commit instead. |
If you don't mind can you share your pubspec part of adding flutter_inappwebview? |
I use a custom bitbucket repo with multiple PR merged inside. I can't share. I believe something like that should work : (this use the PR commit) flutter_inappwebview:
git:
url: https://github.com/pichillilorenzo/flutter_inappwebview.git
ref: c4dfe6d0f64c64bf645d664711675ed5dcee2944 |
@EArminjon @pichillilorenzo But It needs to pass the path also right? without that it gives an error
|
Check again my quote code, I didn't use the same repo ;) |
@EArminjon Thanks for the prompt reply But I am using your branch like this
this gives me an error when I try to build
|
Check my example, I didn't use my repo. |
Yeah I tried with both even with @pichillilorenzo repo also I am getting the same error Using this as
Getting the same error
|
Connection with issue(s)
Some Ajax calls are intercepted and broken.
I got an issue on iOS where some ajax call made by iframes were not working. On Android these iframes are well working.
Hard to share something because it didn't produce any logs...
After comparing your iOS and Android implementation I saw a difference in code. I copy and paste so the same logic done in Android into iOS and magic, it's works !
The logic that I took from Android for iOS :
Testing and Review Notes
Screenshots or Videos
To Do