如果,css默认样式里设置了
touch-action:none,滚动缩放等行为将不会发生
标签:tps css url doc 浏览器 web one org news
CSS属性 touch-action 用于指定某个给定的区域是否允许用户操作,以及如何响应用户操作(比如浏览器自带的划动、缩放等)。
我们平常说的移动端300ms延迟,就可以使用 touch-action: manipulation; 来解决。
标签:tps css url doc 浏览器 web one org news
原文地址:https://www.cnblogs.com/fanqiuzhuji/p/12604763.html