【ios兼容】:active不触发的解决方案
作者:互联网
mozilla开发社区:
By default, Safari Mobile does not use the :active state unless there is a touchstart event handler on the relevant element or on the <body>.
默认情况下,Safari Mobile不使用:活动状态,除非相关元素或<body>上有touchstart事件处理程序。
vue项目直接 @touchstart="" 即可触发:active伪类
标签:触发,touchstart,Mobile,ios,兼容,活动状态,Safari,active 来源: https://www.cnblogs.com/xuxux/p/16441932.html