Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CarouselView scroll sensitivity #14599

Open
IeuanWalker opened this issue Apr 16, 2023 · 1 comment
Open

CarouselView scroll sensitivity #14599

IeuanWalker opened this issue Apr 16, 2023 · 1 comment
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView proposal/open
Milestone

Comments

@IeuanWalker
Copy link

Description

The scroll sensitivity on the CarouselView is not a good UX when the content of the CarouselView has vertical scrolling.

In my case i have a CarouselView with a CollectionView inside of it. It far to easy to activate the horizonal scroll of the CarouselView when trying to scroll vertically in the CollectionView.

Found a similar issue still open on Xamarin.Forms - xamarin/Xamarin.Forms.CarouselView#15

Public API Changes

As suggested in the original issue -

Possible fixes include:

  • Set a minimum xDiff (xStart-xEnd on touch position) before considering changing view.
  • Set a minimum velocity for the swipe, which currently seems to be zero on Android.

Intended Use-Case

See description

@AswinPG
Copy link

AswinPG commented Apr 16, 2023

#6412 Similar issue. More use cases and info can be found in the comments

@jsuarezruiz jsuarezruiz added the area-controls-collectionview CollectionView, CarouselView, IndicatorView label Apr 17, 2023
@jsuarezruiz jsuarezruiz added this to the Backlog milestone Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView proposal/open
Projects
None yet
Development

No branches or pull requests

3 participants