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.
タップで透明度を取り除こうとしています。しかし、何らかの理由で、これは私の html ドキュメントのどの要素でも機能しません。誰かがこれがなぜなのか考えていますか?
body { -webkit-tap-highlight-color: rgba (0,0,0,0); }
「本文」の代わりに「html」を使用してください。それはあなたの問題を解決するかもしれません。