CSS touch-action property
touch-action is a CSS property that controls filtering of gesture events, providing developers with a declarative mechanism to selectively disable touch scrolling (in one or both axes) or double-tap-zooming.
css property: touch-action: manipulation
css property: touch-action: none
css property: touch-action: pan-down
css property: touch-action: pan-left
css property: touch-action: pan-right
css property: touch-action: pan-up
css property: touch-action: pan-x
css property: touch-action: pan-y
css property: touch-action: pinch-zoom
10 results found.