I need to apply some alternative :hover
for touch devices. Is there any solution in CSS to detect touch device ?
Is there any Media Query
option to detect touch device ?
I need to apply some alternative :hover
for touch devices. Is there any solution in CSS to detect touch device ?
Is there any Media Query
option to detect touch device ?
There isn't a media query to detect touch devices. You would need to use something like Modernizer.