NikhilVadoliya / Flutter_slider_drawer

You can make slider drawer type ui by this plugin
https://pub.dev/packages/flutter_slider_drawer
BSD 2-Clause "Simplified" License
180 stars 49 forks source link

Webview scroll fails on android #29

Open yahyaizala opened 1 year ago

yahyaizala commented 1 year ago

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

riloraspopo commented 10 months ago

i got this problem too, and now still no solution for this...

riloraspopo commented 10 months ago

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...

Segatti commented 8 months ago

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