Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jprieton/modernizr.mobile

Mobile test for Modernizr
https://github.com/jprieton/modernizr.mobile

Last synced: 1 day ago
JSON representation

Mobile test for Modernizr

Awesome Lists containing this project

README

        

modernizr.mobile
================

Modernizr mobile test based in javascript code from http://detectmobilebrowsers.com/

Usage:

if (Modernizr.mobile) { ... };

Where `true` is a mobile device.

To add support for tablets, add `|android|ipad|playbook|silk` to the first regex.