IOS phones pseudo-class a: active failure

IOS phones pseudo-class a: active failure: Click Change Color, loosen recovery

Solution: Mobile device OS system, need to bind a touchstart event on the button element or body / html to activate: active state

document.body.addEventListener ( 'touchstart', function () { // ...} function can be empty);

 

Guess you like

Origin www.cnblogs.com/ilovexiaoming/p/11531956.html