Skip to content

sanjaymj/detect-touch-device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

detect-touch-device

Javascript library to detect touch friendly devices. This is a wrapper for the implementation from mozilla

Installation

npm install detect-touch-device

Usage

JavaScript

var isMobile = require('detect-touch-device');
console.log(isMobile);

TypeScript

import { isMobile } from 'detect-touch-device';
console.log(isMobile);

Keywords

About

Javascript library to detect touch friendly devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published