-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow user prevention of
tap
and track
gestures from down
New API: `event.detail.prevent('tap')` and `event.detail.prevent('track')` Fixes #1823 Forward `preventDefault` from gesture events to source events `gesture.preventDefault()` is equivalent to `gesture.detail.sourceEvent.preventDefault()` Remove `preventDefault()` on mousemove in track, user must use `track.preventDefault()` to hide user selection or use `user-select:none` Fixes #1824
- Loading branch information
Showing
4 changed files
with
131 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters