https://github.com/useallfive/modernizrios
Modernizr tests for iOS devices.
https://github.com/useallfive/modernizrios
Last synced: 8 months ago
JSON representation
Modernizr tests for iOS devices.
- Host: GitHub
- URL: https://github.com/useallfive/modernizrios
- Owner: UseAllFive
- License: mit
- Created: 2014-06-24T19:29:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-24T19:30:58.000Z (almost 12 years ago)
- Last Synced: 2025-03-10T03:57:49.634Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 23
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# modernizriOS
Brought to you by [Use All Five, Inc.](http://www.useallfive.com)
```
Author: Bret Morris
Author URI: [http://www.useallfive.com](http://www.useallfive.com)
Repository: https://github.com/UseAllFive/modernizriOS
```
Modernizr tests for iOS devices.
### To Use
Include this file after Modernizr.
These tests will add classes to the `HTML` tag. For example:
```HTML
```
These tests can also be accessed with JavaScript:
```JavaScript
// Device is an iOS device
if (Modernizr.appleios) {
...
}
```