CSS属性 touch-action 用于指定某个给定的区域是否允许用户操作,以及如何响应用户操作(比如浏览器自带的划动、缩放等)。
我们平常说的移动端300ms延迟,就可以使用 touch-action: manipulation; 来解决。