Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including browser-has-hover with all npm packages installed. Try it out:

var browserHasHover = require("browser-has-hover")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

browser-has-hover v1.0.0

Adds a `has-hover` class to the body if the user can hover with their device (i.e. not a touch device), which allows you to write conditional CSS to only apply hover pseudo selectors if the `has-hover` class exists, preventing the double click issue on touch devices. Also exposes a `hasHover` constant to be used in your JavaScript.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free