代码片段
8 行
* {
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
代码片段
1 行
window.ontouchstart = function(e) { e.preventDefault(); };