2

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

示例 HTML URL:http
://html5demos.com/contenteditable 示例图片:https ://docs.google.com/file/d/0B-On7OzzI7SZZmtLMGEzZHNfNkU/edit?usp=sharing

4

1 回答 1

4

将此 css 添加到您的 div 中,即“contenteditable=true”

div {
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
于 2013-12-27T08:02:50.300 回答