在iphone下测试发现按下a链接背景会变灰一下(尤其给a取消跳转事件时很明显),用css方式如何解决呢?
阿神2017-04-17 11:43:33
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
Just use this css, you can redefine the background through this attribute
天蓬老师2017-04-17 11:43:33
Mark it, I haven’t tried this. mark. Let’s see the answers from the masters.