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

Problems with a right navigation view in a drawerlayout #21

Closed
franciscojunior opened this issue Jun 30, 2017 · 1 comment
Closed

Problems with a right navigation view in a drawerlayout #21

franciscojunior opened this issue Jun 30, 2017 · 1 comment
Assignees

Comments

@franciscojunior
Copy link

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.

@randr0id randr0id self-assigned this Oct 12, 2017
@randr0id
Copy link
Member

randr0id commented Oct 12, 2017

Thanks for the detailed report. This should be fixed in commit 51f2cb9 and will be released in 1.1.0

franciscojunior added a commit to franciscojunior/Vampidroid that referenced this issue Jun 4, 2018
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@51f2cb9

Fix #55
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

2 participants