Device Info
Discover what your browser and device support. Each test runs client-side to give you accurate, real-time results.
Input & Interaction
Hover Support
Whether the primary pointing device can hover over elements
Testing...
Test code:
Learn more on MDN
@media (hover: hover) { /* hover is supported */ } Pointer Type
The accuracy of the primary pointing device
pointer: none pointer: coarse pointer: fine Test code:
Learn more on MDN
@media (pointer: fine) { /* fine pointer like mouse */ }
@media (pointer: coarse) { /* coarse pointer like touch */ }
@media (pointer: none) { /* no pointing device */ }