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

Vertical swipe sensitivity #23

Open
calebcng opened this issue Jun 15, 2023 · 0 comments
Open

Vertical swipe sensitivity #23

calebcng opened this issue Jun 15, 2023 · 0 comments
Assignees

Comments

@calebcng
Copy link

Hi, thanks for the great work on this package, it's been working great thus far! One issue I have noticed however is that often when swiping a card upwards following the natural arc'ed gesture of the thumb, swipes are incorrectly categorized as a Left or Right swipe rather than an upwards swipe.

Steps to reproduce:

  1. Create a basic CardSwiper that allows both horizontal and vertical swipe directions
  2. For the onSwipe parameter, add a simple print to display the swipe direction
    print('$previousIndex, $currentIndex, $direction');
  3. Swipe card upwards, initially starting with a straight vertical motion, progressively increasing the angle of the swipe
@ricardodalarme ricardodalarme self-assigned this Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants