解决移动端点击闪烁问题

-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
在html或body标签上添加该css属性,解决移动端点击闪烁问题。

原文地址:https://www.cnblogs.com/lml2017/p/10106999.html