去除a标签虚线框 ~~ input(IOS) 闪烁-禁止键盘弹出

//css去掉a标签点击后的虚线框

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



//input(IOS) 闪烁问题

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


//禁止input键盘弹出
document.activeElement.blur();

posted @ 2017-08-02 19:54  忘忧人  阅读(202)  评论(0编辑  收藏  举报