maui
maui copied to clipboard
[iOS] Support for IsSwipeEnabled on CarouselView2
[!NOTE] Are you waiting for the changes in this PR to be merged? It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!
Description
This PR adds proper support for the IsSwipeEnabled property on CarouselView2 for iOS. Currently, setting IsSwipeEnabled to false does not disable user swipe gestures as expected. This behavior is inconsistent and may lead to confusion or unintended navigation in applications.
Issues Fixed
Fixes https://github.com/dotnet/maui/issues/29391
| Before | After |
|---|---|