You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thank you for such a great library! It works great but I'm facing a problem when using it in a activity which has a drawer layout with a navigation view which opens from the right.
When I try to scroll using the handle, most of the time, the scroll stops suddenly while my finger still is touching the screen and the right navigation view starts to open.
Also, when I have the showtrack property set to true, start a scroll and try to touch the track, it also doesn't work well.
While writing this report, I decided to use the padding support you added based on #15 and it seemed to make the behaviour much better as it doesn't compete with the right navigation view.
I decided to open this issue anyway because it would be very good if you could check this out. Maybe disable the touch processing of the parent view when handling track and handle touch.
Thanks for any advice.
The text was updated successfully, but these errors were encountered:
This update fixes a problem where scrolling could be interrupted because of the right side panel appearing when the scrolling occurred too close to the right edge of the screen. This was fixed by not propagating the touch event to the parent. Thanks randr0id for fixing it
Check L4Digital/FastScroll#21 and L4Digital/FastScroll@51f2cb9Fix#55
Hi! Thank you for such a great library! It works great but I'm facing a problem when using it in a activity which has a drawer layout with a navigation view which opens from the right.
When I try to scroll using the handle, most of the time, the scroll stops suddenly while my finger still is touching the screen and the right navigation view starts to open.
Also, when I have the showtrack property set to true, start a scroll and try to touch the track, it also doesn't work well.
While writing this report, I decided to use the padding support you added based on #15 and it seemed to make the behaviour much better as it doesn't compete with the right navigation view.
I decided to open this issue anyway because it would be very good if you could check this out. Maybe disable the touch processing of the parent view when handling track and handle touch.
Thanks for any advice.
The text was updated successfully, but these errors were encountered: