I'm currently developing a JavaScript application which will be deployed on a touchscreen kiosk running Chrome in kiosk mode.
I've noticed that when I use a mouse to click the buttons on the interface, the styles applied by the ":active" pseudo class is visible when the mouse is down. My problem is that the same button triggered by touching the screen does not trigger the active state.
Is there a way to make a touch event behave the same way as a mouse click?