You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This behavior matches the "manipulation" value (see #13). touch-action=none should disable zooming.
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
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.
The text was updated successfully, but these errors were encountered: