去除 andriod webview 中图片被点击的蓝色效果
程序员文章站
2024-02-10 14:22:16
...
也是困扰了许久,最后我发现是css样式的效果。
所以加了如下代码,禁用掉全部的点击态。
<style type="text/css">
* {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-focus-ring-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
</style>
上一篇: Postgresql 游标的使用教学
下一篇: 网络宣传方式有哪些,网络推广形式及途径