如何关闭移动端长按选中文本功能?
- 内容介绍
- 文章标签
- 相关推荐
本文共计195个文字,预计阅读时间需要1分钟。
在手机浏览器中,长按可选择中文文本,但若应用中给人带来不适感,最好禁用此功能。*{ -webkit-touch-callout:none; -webkit-user-select:none; }*
在手机浏览器中,长按可选中文本,但如果在应用中,会给人一种异样的感觉,最好还是禁用此功能为上。*{-webkit-touch-callout:none;-webkit-user在手机浏览器中,长按可选中文本,但如果在应用中,会给人一种异样的感觉,最好还是禁用此功能为上。
* {-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
HTML5[5]:在移动端禁用长按选中文本功能
本文共计195个文字,预计阅读时间需要1分钟。
在手机浏览器中,长按可选择中文文本,但若应用中给人带来不适感,最好禁用此功能。*{ -webkit-touch-callout:none; -webkit-user-select:none; }*
在手机浏览器中,长按可选中文本,但如果在应用中,会给人一种异样的感觉,最好还是禁用此功能为上。*{-webkit-touch-callout:none;-webkit-user在手机浏览器中,长按可选中文本,但如果在应用中,会给人一种异样的感觉,最好还是禁用此功能为上。
* {-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
HTML5[5]:在移动端禁用长按选中文本功能

