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

Support Multi-tap and Long Press Gestures #284

Closed
danielsimons1 opened this issue Mar 16, 2018 · 0 comments
Closed

Support Multi-tap and Long Press Gestures #284

danielsimons1 opened this issue Mar 16, 2018 · 0 comments
Milestone

Comments

@danielsimons1
Copy link

Create handlers to support double tap, triple tap and long press events. Currently there are two workarounds for multi-tap events:

  • Handle single tap event and measure time between taps
  • Add double/triple tap handler on MacawView and then find which node was tapped.
@ystrot ystrot closed this as completed in 0a179ca Mar 27, 2018
ystrot added a commit that referenced this issue Mar 27, 2018
Fix #284: Support Multi-tap and Long Press Gestures
@f3dm76 f3dm76 added this to the 0.9.2 milestone Jun 1, 2018
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