dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.89k stars 1.69k forks source link

[Android] CarouselView behaves strangely when swiping vertically in view #22507

Open dhldn opened 2 months ago

dhldn commented 2 months ago
Ảnh màn hình 2024-05-18 lúc 23 35 27

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:

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.

github-actions[bot] commented 2 months ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

ThinhKVT commented 2 months ago

We encountered the same issue. Anyone has any suggestion for the problem. Please raise it up for more discussion.

ThinhKVT commented 2 months ago

Any update ?

dhldn commented 1 month ago

Link to public reproduction project repository: DemoCarouselView.zip