chadguo/VerticalViewPager

Swiping on Child Items doesn't swipe

sharukhmohammed opened this issue · 2 comments

Whenever I try to swipe on child views like TextViews, the swipe isn't working. It only works when swiped in an empty space.

@sharukhmohammed
As the readme said:
Works well with RecyclerView and ListView, currently not support TextView or ImageView as child directly, but you can put everything into RecyclerView and ListView.
————————————
please wrap your textViews with recyclerview or listview

I have switched to implementing the same functionality in a RecyclerView and SnapHelper (Paged) so, can't test it out. Thanks.