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

[touch-action] Disable zooming when user double tap on element when touch-action=none is enforced #5

Open
seb-pereira opened this issue Dec 4, 2013 · 1 comment
Assignees

Comments

@seb-pereira
Copy link
Member

When pointer events are mapped to touch events, a double tap action on elements with touch-action=none cause the viewport to zoom/unzoom. This behavior should be prevented to match the current behavior on IE11 with native pointer events.

@seb-pereira
Copy link
Member Author

This behavior matches the "manipulation" value (see #13).
touch-action=none should disable zooming.

@seb-pereira seb-pereira changed the title Disable zooming when user double tap on element when touch-action=none is enforced [touch-action] Disable zooming when user double tap on element when touch-action=none is enforced Mar 25, 2014
@seb-pereira seb-pereira self-assigned this Jul 25, 2014
@seb-pereira seb-pereira added this to the 0.6.0 milestone Sep 10, 2014
@cjolif cjolif added the 3-high label Jan 27, 2015
@cjolif cjolif removed this from the 0.5.0 milestone Jan 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants