yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.36k stars 448 forks source link

I need a horizontal scroll Inside the card, tried to implement it using recyclerView but it doesn't scroll #330

Open nehabharti opened 3 years ago

mmcwong commented 2 years ago

I needed a vertically scrolling recyclerview inside the card and noticed as well that initially it was not scrolling properly. After setting setCanScrollVertical(false) on the CardStackLayoutManager it worked as expected. My guess is that nested scrolling isn't really supported.

StuStirling commented 2 years ago

@nehabharti @mmcwong this might help you #354