苹果手机不支持active

<body ontouchstart="" onmouseover="">
</body>

只需给body绑定一个匿名空函数touchstart事件就可以正常使用active事件了,美团H5就这么做的
原文地址:https://www.cnblogs.com/carr-css/p/6424511.html