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;
}
相關文章
相關標籤/搜索