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

Need a way to cancel track and tap from down #1823

Closed
dfreedm opened this issue Jun 10, 2015 · 1 comment
Closed

Need a way to cancel track and tap from down #1823

dfreedm opened this issue Jun 10, 2015 · 1 comment
Assignees
Labels

Comments

@dfreedm
Copy link
Member

dfreedm commented Jun 10, 2015

@frankiefu @blasten

@dfreedm dfreedm added the p1 label Jun 10, 2015
@dfreedm dfreedm self-assigned this Jun 10, 2015
@ebidel
Copy link
Contributor

ebidel commented Jun 11, 2015

/sub

dfreedm added a commit that referenced this issue Jun 12, 2015
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants