CardStackView icon indicating copy to clipboard operation
CardStackView copied to clipboard

Nested Scrolling In A RecyclerView Not Working

Open DevLucem opened this issue 7 years ago • 1 comments

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 recyclerview inside 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.

DevLucem avatar Mar 23 '19 04:03 DevLucem

have u resolve issue ?

richanshah avatar Mar 15 '21 05:03 richanshah