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

Check the url after that url of webview be changed #28

Closed
jackphuongvu opened this issue Jan 15, 2018 · 2 comments
Closed

Check the url after that url of webview be changed #28

jackphuongvu opened this issue Jan 15, 2018 · 2 comments

Comments

@jackphuongvu
Copy link

jackphuongvu commented Jan 15, 2018

I mean when I launch url: 'https://flutter.io', it will have a callback to check url. Then I click to a link in this webview like: 'https://flutter.io/setup', it will have a callback to check url.
Something like: jQuery("#url_adress").change(function(url){ // Check url });
Is there any solutions to help me with it?
Thanks guys so much.

@Kleak
Copy link
Collaborator

Kleak commented Jan 15, 2018

Maybe this Stream do what you need ?
If it's not the case can you be little more explicit about what is the use case ?

@jackphuongvu
Copy link
Author

Thanks. I found my solution with "onUrlChanged". Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants