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

Issues when swiping fast #24

Closed
vajahatalee opened this issue Sep 15, 2017 · 6 comments
Closed

Issues when swiping fast #24

vajahatalee opened this issue Sep 15, 2017 · 6 comments
Assignees

Comments

@vajahatalee
Copy link

When I try to swipe screen quickly, then screen is not swiping. And when I swipe slowly(touch finger over screen and swiping gently) , it works fine.
Any idea? Is there some thing I am missing?

Great Work!

@marcosgriselli marcosgriselli changed the title Hi Marco Issues when swiping fast Sep 15, 2017
@marcosgriselli
Copy link
Owner

Hey @vajahatalee thanks 😀! I believe removing restricted swipe will help you add quick swiping setDiagonalSwipe(enabled: true). It comes with downsides but if you truly need fast swipe this is what's holding you back.

@Alwin-Lazar
Copy link

@marcosgriselli Can you let me know the downsides

@marcosgriselli
Copy link
Owner

@Alwin-Lazar having diagonal swipe is really sensitive so any movement in either direction will kickstart the transition. It can be annoying if you're using any scrollview (tableView, collectionview) but otherwise the UX should be good.

@Alwin-Lazar
Copy link

@marcosgriselli Thanks for the replay. your library is pretty good. Swipe slowly it works fine, but when I swipe fast it freeze? How to overcome this issue?

@marcosgriselli
Copy link
Owner

Thanks @Alwin-Lazar! Are you sure you are using the latest version? That issue should be fixed on the 1.1.1 release

@Alwin-Lazar
Copy link

@marcosgriselli the issue is still there. I am using 1.1.1 version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants