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: `pan-x` and `pan-y`
css property: touch-action: double-tap-zoom
css property: touch-action: manipulation
css property: touch-action: none
css property: touch-action: pinch-zoom
css property: touch-action: `pan-up`, `pan-down`, `pan-left` and `pan-right`
7 results found.