Open
Description
openedon May 19, 2024
Please refer to the image above. I'm facing the following issue:
By default, CarouselView
displays its items in a horizontal orientation. However, when swiping vertically, the mechanism behaves similarly to swiping horizontally, meaning it will transition to the next item:
- In
Grid View
, swiping in any direction will transition toRecyclerView 2
. - In
RecyclerView 1
, swiping horizontally will transition toRecyclerView 2
, while swiping vertically will scroll to view items withinRecyclerView 1
, but occasionally, it also transitions toRecyclerView 2
(similar behavior is observed inRecyclerView 2
).
Is there a way to prevent vertical swiping behavior in CarouselView
? I want to handle it in this way, please help.
All contributions and suggestions for solutions are welcomed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment