1. 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.

  2. css property: touch-action: manipulation

  3. css property: touch-action: none

  4. css property: touch-action: pan-down

  5. css property: touch-action: pan-left

  6. css property: touch-action: pan-right

  7. css property: touch-action: pan-up

  8. css property: touch-action: pan-x

  9. css property: touch-action: pan-y

  10. css property: touch-action: pinch-zoom