-
Notifications
You must be signed in to change notification settings - Fork 49
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
Webview scroll fails on android #29
Comments
i got this problem too, and now still no solution for this... |
trying using another library got same result, i endup create my own code, its not complex code, just using AnimatedPositioned widget... and my webview it's working normaly now... |
I created a fork and conditioned the part related to the gesture detector. If it doesn't affect your application's usability, you can try using it by simply adding the attribute "useGestures = false". Link: https://github.com/Segatti/flutter_slider_drawer |
Hello @Segatti , Can you able to raised the Pull Request for this issue? |
@NikhilVadoliya There is already an old PR with these commits. Link |
hi,
the issue is when using webview in the content, scrolling not responsive. Sometimes it detects sometimes not.
I though it prevent by flutter_slider_drawer, maybe up and down gestures.
https://youtu.be/RzgO9DUi4FI
The text was updated successfully, but these errors were encountered: