-
Notifications
You must be signed in to change notification settings - Fork 936
Notify when URL changes #13
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
Comments
it should be easy to do on Android, but no idea on iOS, @toufikzitouni an idea ? |
@lejard-h not on the top of my head. Do you have an Android implementation? I can work off of it and mimic the logic on iOS |
I will implement it this week end, but basically I plan to use builtin methods form the Android Webview and send the url to a Dart Stream. |
@lejard-h sounds good! I can work off of your implementation once done for iOS |
I implemented it https://github.com/dart-flitter/flutter_webview_plugin/blob/master/lib/flutter_webview_plugin.dart#L36 Let me know if you need explanation or if you have remarks |
any luck with the ios implementation? |
#18 This coming in pull request. |
@pedia that’s great! Hope it gets merged soon |
Would it be possible to add a feature to know when the URL of the browser has changed?
Currently using Oauth2, if a http server is the redirect, some apps show a warning to the user that the credentials are being sent to an insecure server.
If https is used, then iOS throws an error loading the redirect url.
The text was updated successfully, but these errors were encountered: