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: double-tap-zoom

  3. css property: touch-action: manipulation

  4. css property: touch-action: none

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

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

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

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

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

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

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