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

How can i check webview can goback or not? #432

Open
smaharjan974 opened this issue Jun 3, 2019 · 4 comments
Open

How can i check webview can goback or not? #432

smaharjan974 opened this issue Jun 3, 2019 · 4 comments

Comments

@smaharjan974
Copy link

I want to listen that my webview cangobackward() or not. It is available in native webview of flutter. I want these feature in this plugin.

@charafau
Copy link
Collaborator

Not sure if that should be exposed as a Stream but I think we could add interface to check if webview can go back or now. Please feel free to make PR.

@smaharjan974
Copy link
Author

alright. it could be easy when we can get current url that is loading on webview. If we can get current url then we can compare with initial url but my url is not listen in .onlisten function #433

@charafau
Copy link
Collaborator

I was thinking about exposing that function from native webview client to dart.

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

No branches or pull requests

3 participants
@charafau @smaharjan974 and others