Xamarin.Forms
Xamarin.Forms copied to clipboard
[Bug] Adding GestureRecognizer to CarouselView causes issues
Description
Adding a GestureRecognizer to a CarouselView breaks the scrolling
Steps to Reproduce
- Open the CarouselXamlSample, uncomment the Gesture
Expected Behavior
Should still be able to scroll the Carousel
Actual Behavior
You can't scroll the Carousel
Basic Information
- Version with issue:
- Last known good version:
- IDE:
- Platform Target Frameworks:
- iOS:
- Android Support Library Version:
- Nuget Packages:
- Affected Devices:
Screenshots
Reproduction Link
Workaround
This is quite a problem. My CarouselView is handling LEFT and RIGHT and scrolls horizontally. I need to add a SwipeGesture handling DOWN. If i do, i can't swipe through CarouselView items
Any updates to this issue?