没人弄过吗 ??? 不要沉了. ###### 擦 今天无意中解决了. 原来 webview 的点击事件加载顺序是 ontouchstart (jQuery bind(touchstart,function...)) (.. 这里不知道有什么,但应该就是这里给元素加上了边框..) onclick .... 中间估计有一堆东西,所有click才会反应这么慢. ###### 没懂。楼主是怎么解决的?我真是黔驴技穷了 input, input:focus, input:active, input:hover{border:none; outline:none; background-color:transparent;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
一点击还是出现蓝色框和白色背景
突然搜到一篇文章,解决了也:
a:focus,input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only; }