Is this possible? Short of converting all my hover styles into mouseover
listeners is it possible to stop a touch device from triggering the CSS hover state?
I have an application that must work on both touch and pointer input, it works great but certain styles applied on hover just don't make sense on touch devices because they tend to retain the hover state indefinitely after a user has tapped an object.
Things to take into account:
Device width bears no correlation with touch enabled devices to me, the touch screens we are using here are desktop size monitors.
I don't want to force a user to input via touch on a multi-input device.