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

Doubletap without Tap? #11

Open
jetic83 opened this issue Mar 11, 2024 · 2 comments
Open

Doubletap without Tap? #11

jetic83 opened this issue Mar 11, 2024 · 2 comments

Comments

@jetic83
Copy link

jetic83 commented Mar 11, 2024

You showed how to implement a long press without Tap.

Is there a similar thing for a double tap without tap?

Thanks!

@hperrin
Copy link
Member

hperrin commented Mar 11, 2024

If you implement a bit of a delay on registering the tap, you can achieve this. It does mean that your tap gesture won't feel "instant", but you could set the delay to something low enough that most people wouldn't notice, like maybe 250ms.

@jetic83
Copy link
Author

jetic83 commented Mar 11, 2024

Thanks, this works.

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