:active不兼容ios

方法1:
<script>
document.body.addEventListener('touchstart', function () {
},false);
</script>

方法2:

<body ontouchstart="" onmouseover="">
</body>
原文地址:https://www.cnblogs.com/larennani/p/6640666.html