DEV Community

Discussion on: Lots of fun with "hover" css selectors on mobile devices

Collapse
 
mt3o profile image
mt3o

Regarding Firefox on mobile, I think you should handle it somehow, at least to make it usable. That media query you used, can you use opposite one, just for ff?

Collapse
 
mario profile image
mario menti

Firefox on mobile is just fine, the issue is that with the current media query, the "hover" style won't be applied on Firefox if the device has a touch screen (e.g. a laptop with a touchscreen running Firefox) even though it has a fine pointer.