禁用任何标签的背景颜色

时间:2014-10-25 14:22:42

标签: android html css webview

我有一些问题。 我用webview编写android应用程序。屏幕截图http://oi61.tinypic.com/21n48yd.jpg

我按下的地方就像背景涂成蓝色一样。

<div id="other_user_action" class="_other_user_action">
                            <a href="#" onclick="updateLike(15); return false;" id="15" class="15"> Like 1 </a><a href="#comm_15">  Comment  </a>
 </div> 

如何使用css禁用此背景画? 谢谢。

1 个答案:

答案 0 :(得分:0)

你可以在css中使用它

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

请参阅此链接:http://danbarnett.net/how-to-hide-android-webview-highlight-border-or-change-its-color-142.html