:active pseudo-class doesn’t work in mobile safari

<body ontouchstart="">
    ...
</body>

Applied just once, as opposed to every button element seemed to fix all buttons on the page. Alternatively you could use this small JS library called ‘Fastclick‘. It speed up click events on touch devices and takes care of this issue too.

Leave a Comment