Quantcast
Channel: Media query to detect if device is touchscreen - Stack Overflow
Viewing all articles
Browse latest Browse all 15

Answer by Buzut for Media query to detect if device is touchscreen

$
0
0

There is actually a media query for that:

@media (hover: none) { … }

Apart from Firefox, it's fairly well supported. Safari and Chrome being the most common browsers on mobile devices, it might suffice untill greater adoption.


Viewing all articles
Browse latest Browse all 15

Trending Articles