CardStackView
CardStackView copied to clipboard
Nested Scrolling In A RecyclerView Not Working
Thanks for the lib
Issue:
basic swipe will be overridden by the Card swipe thus I have implemented touch right to scroll a recyclerview inside the Card. However, the position of the recyclerview remains the same.
Steps to replicate
- set up the Cards as directed on .README
- include a
recyclerviewinside the design - set up 2 buttons to do the scrolling
- Call
recyclerview.smoothScrollToPosition(pos)
if in the first instance in the onBindView of the Card Swipe the recyclerview calls recyclerview.smoothScrollToPosition(positionGreaterThanZero) the recyclerview will display position 0 and smoothscroll to your target.
have u resolve issue ?