Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jQuery Mobile 制作一个网络应用程序,但我在 Android 4.2.2 上的本机浏览器遇到了一些问题。当我点击一个输入元素(选择或文本)时,只要我点击该元素,它就会变成蓝色。
试试下面的 CSS:
input { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; }