HTML5[5]:在移动端禁用长按选中文本功能

在手机浏览器中,长按可选中文本,但若是在应用中,会给人一种异样的感受,最好仍是禁用此功能为上。html

* {
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
相关文章
相关标签/搜索