眨眼睛在元素里面的接触的Contenteditable元素背景

时间:2013-10-30 15:26:27

标签: html ios css html5

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

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

1 个答案:

答案 0 :(得分:4)

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

div {
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}