Android webview 点击或长按有蒙层 – 热爱改变生活
我的GitHub GitHub |     登录
  • If you can't fly, then run; if you can't run, then walk; if you can't walk, then crawl
  • but whatever you do, you have to keep moving forward。
  • “你骗得了我有什么用,这是你自己的人生”
  • 曾有伤心之地,入梦如听 此歌

Android webview 点击或长按有蒙层

Android其他 sinvader 4513℃ 0评论

Android 使用 webview 加载本地 html,在本地 html 上面点击的时候会有一层橙色的蒙层,使用下面的代码可以去掉。

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a, i, del, span{
    margin: 0;
    padding: 0;
    font-family:"微软雅黑";
    cursor: pointer;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;/* 取消高亮 */
   -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}
:focus, :hover, :active{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
¥ 有帮助么?打赏一下~

转载请注明:热爱改变生活.cn » Android webview 点击或长按有蒙层


本博客只要没有注明“转”,那么均为原创。 转载请注明链接:sumile.cn » Android webview 点击或长按有蒙层

喜欢 (0)
发表我的评论
取消评论
表情

如需邮件形式接收回复,请注册登录

Hi,你需要填写昵称和邮箱~

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址