Closed sailei1 closed 5 years ago
不添加 fastClick 也能修复延迟的问题 禁用缩放
Chrome on Android (all versions) iOS 9.3 (WKWebView)
<meta name="viewport" content="user-scalable=no" /> html { touch-action: manipulation; }
IE on Windows Phone
html { touch-action: manipulation; // IE11+ -ms-touch-action: manipulation; // IE10 }
不添加 fastClick 也能修复延迟的问题 禁用缩放
Chrome on Android (all versions) iOS 9.3 (WKWebView)
IE on Windows Phone