Azoft / CarouselLayoutManager

Android Carousel LayoutManager for RecyclerView
Apache License 2.0
2.56k stars 367 forks source link

Enable click items, even when scrolling RecyclerView Android #78

Closed jpvs0101 closed 6 years ago

jpvs0101 commented 6 years ago

I need a help.

0 down vote favorite Normal behaviour : When we fling scroll recycler view, items will scroll, then tap, RV will stops scroll, not perform item click.

What I need: Stop scroll + perform item click!

Any hacky way?

mig35 commented 6 years ago

Hi @jpvs0101 This is not the part of the library. You can try to add your own touch listener to RecyclerView and handle this situation.