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: `pan-x` and `pan-y`

  3. css property: touch-action: double-tap-zoom

  4. css property: touch-action: manipulation

  5. css property: touch-action: none

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

  7. css property: touch-action: `pan-up`, `pan-down`, `pan-left` and `pan-right`