CSS touch-action property
92.15
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.
Further reading:
- Can I use page for: CSS touch-action property
- MSDN Docs
- 300ms tap delay, gone away
- What Exactly Is..... The 300ms Click Delay
- What Exactly Is..... The 300ms Click Delay (Chinese)
- MDN Web Docs - CSS touch-action
- WebKit bug 149854: Implement touch-action: manipulation; for iOS
- WebKit bug 133112: touch-action CSS property support