Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Events emitted during gesture lifecycle

Summary

Enumeration Members

gestureAttached

gestureAttached: "gestureAttached"
When the gesture is attached to the view Provides access to the native gesture recognizer for further customization

touchDown

touchDown: "touchDown"
When a touch down was detected

touchUp

touchUp: "touchUp"
When a touch up was detected