Hi,大家好,我叫尹佳冀。我是一个热爱太极的程序员!
好用工具
资料参考
经典教程
实用知识点
深度好文
有意思的站点
开源库
On iOS, mouse events are sent so quickly that the down or active state is never received. Therefore, the :active pseudo state is triggered only when there is a touch event set on the HTML element—for example, when ontouchstart is set on the element as follows:
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>.
Fix CSS hover on iPhone/iPad/iPod