菜鸟教程小白 发表于 2022-12-13 05:19:11

ios - Contenteditable 元素背景在元素内部触摸时闪烁


                                            <p><p>如何避免contenteditable div背景在div内触摸时闪烁灰色?<br/>
可以在 iOS Safari 或 UIWebview 对象上重现。</p>

<p>示例 HTML URL:<a href="http://html5demos.com/contenteditable" rel="noreferrer noopener nofollow">http://html5demos.com/contenteditable</a> <br/>
示例图片:<a href="https://docs.google.com/file/d/0B-On7OzzI7SZZmtLMGEzZHNfNkU/edit?usp=sharing" rel="noreferrer noopener nofollow">https://docs.google.com/file/d/0B-On7OzzI7SZZmtLMGEzZHNfNkU/edit?usp=sharing</a> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>将此 CSS 添加到您的 div 中,即“contenteditable=true”</p>

<pre><code>div {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于ios - Contenteditable 元素背景在元素内部触摸时闪烁,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/19686973/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/19686973/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - Contenteditable 元素背景在元素内部触摸时闪烁