Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nehabharti opened this issue Sep 9, 2020 · 2 comments

Comments

@nehabharti
Copy link

No description provided.

@mmcwong
Copy link

mmcwong commented Sep 29, 2021

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
Copy link

@nehabharti @mmcwong this might help you #354

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants