Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

danielpoe/DeviceDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simple Javascript Device Detection based on user agend.

Usage:
-------

var detection = DeviceDetection();
detection.isApple();
detection.isTouchDevice();
detection.isAndroid();
detection.isSmartPhone();
detection.isDesktop();
detection.isTablet();

Development / Status:
---------------------

The lib is just the current working status. Its not yet tested on all diffrent user agents.
But it should be easy to add more tests.

For development please check the QUnit based Unittests and add your user agend strings there.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published