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 を使用して Web アプリを作成していますが、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; }