js detect mouse support
if (matchMedia('(pointer:fine)').matches) {
// Device has a mouse
}
js detect mouse support
if (matchMedia('(pointer:fine)').matches) {
// Device has a mouse
}
detect mouse javascript
/* npm i tappify */
import Tappify from "tappify";
/* Only works in react.js */
function myComponent() {
return <>
<Tappify.Finger>
Client is using finger *tap tap*
</Tappify.Finger>
<Tappify.Cursor>
Client is using mouse cursor *click click*
</Tappify.Cursor>
</>
}
//more info: https://github.com/asplunds/tappify
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us