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
If my guess is correct that you meant touch-action here (instead of touch-events), we have touch-action:manipulation to cover panning in all directions.
(In Chrome, touch-action:manipulation covers a bit more than that but it is beyond the scope of this spec!)
however, touch-action:manipulation also allows pinch-to-zoom, while touch-action:pan-x pan-y (or a potential touch-action:pan) does only allow the browser to do pure panning/scrolling.
Seems like 'touch-events: pan-x pan-y' is possible, why isn't there a 'touch-events: pan' keyword? Is this combination discouraged for some reason?
The text was updated successfully, but these errors were encountered: