Xamarin.Forms icon indicating copy to clipboard operation
Xamarin.Forms copied to clipboard

[Bug] Adding GestureRecognizer to CarouselView causes issues

Open rmarinho opened this issue 5 years ago • 1 comments

Description

Adding a GestureRecognizer to a CarouselView breaks the scrolling

Steps to Reproduce

  1. 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

rmarinho avatar Jan 31 '20 23:01 rmarinho

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

maurosampietro avatar Aug 18 '22 12:08 maurosampietro

Any updates to this issue?

SabigGasim avatar Aug 09 '23 00:08 SabigGasim