: active pseudo class not working in Chrome on Android

:active

pseudo-class works fine in mobile Safari and Android, but does not work in Chrome on Android. (Tested on Nexus 4 Chrome, iPhone 4S Safari, Galaxy SII Browser.)

Any idea why?

+3


source to share


1 answer


The active pseduo works in Chrome for Android, but only after a long press (and canceling the dialog) does it fail for any other element as far as I can tell. It looks like a bug and I just brought it up with the team.



Example: http://jsbin.com/itikox/2

+1


source







All Articles