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

    xiaoxiao2021-04-16  33

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

    * { -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }

        input {                -webkit-user-select:auto; /*webkit浏览器*/          }  

    转载请注明原文地址: https://ju.6miu.com/read-673156.html

    最新回复(0)