rubensousa / GravitySnapHelper

A SnapHelper that snaps a RecyclerView to an edge.
Apache License 2.0
5k stars 614 forks source link

Scrolling issue with snap center #5

Closed leicht-io closed 7 years ago

leicht-io commented 8 years ago

This is only an issue with the snap-center functionality. When i slide horizontally in the RecyclerView i cant slide vertically afterwards in the wrapping RecyclerView - it is like the horizontal RecyclerView steals the focus without clearing it afterwards. Please see this video: http://i.imgur.com/5NwrR5s.gifv

nikhilreprime commented 8 years ago

this seems to be happening if you scroll to first or last element of list in recycler view if you scroll back to one of the middle elements it can be vertically scrolled

do you have any solution for this

rubensousa commented 8 years ago

I still didn't have time to look at this. I've just added GravitySnapHelper as a library so you can easily update it when this and the other bugs get fixed.

leicht-io commented 8 years ago

@rubensousa thank you.

leicht-io commented 7 years ago

@rubensousa anything new regarding this bug?

rubensousa commented 7 years ago

I'll try to fix it this weekend, but can't promise anything.

rubensousa commented 7 years ago

I just updated the support library and I can't reproduce this again (24.2.1). Easiest solution ever :)

leicht-io commented 7 years ago

@rubensousa that did the trick! That's just perfect! Thank you for your time :)