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,
Hopefully you can answer me. I havent managed to solve this for month.
I did a mix of flexibleRecyclerViewSlidingup and ViewPagerTabRecyclerViewFragment, it means i have a fragment sliding up or down to the bottom with pager containing recyclerViews.
I noticed while scrolling up of down that my recyclerView item get clicked in same time which i would like obviously to prevent.
In face looking at ViewPagerTabRecyclerViewFragment , there is the same behavior : if we try to start a slight scroll on recyclerView, it can be seen on your samples that a click is triggered in the same time.
Could you advise a workaround to avoid this to be triggered while moving up or down?
Thank you for your feedback
Rgds
The text was updated successfully, but these errors were encountered:
Hi,
Hopefully you can answer me. I havent managed to solve this for month.
I did a mix of flexibleRecyclerViewSlidingup and ViewPagerTabRecyclerViewFragment, it means i have a fragment sliding up or down to the bottom with pager containing recyclerViews.
I noticed while scrolling up of down that my recyclerView item get clicked in same time which i would like obviously to prevent.
In face looking at ViewPagerTabRecyclerViewFragment , there is the same behavior : if we try to start a slight scroll on recyclerView, it can be seen on your samples that a click is triggered in the same time.
Could you advise a workaround to avoid this to be triggered while moving up or down?
Thank you for your feedback
Rgds
The text was updated successfully, but these errors were encountered: