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

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.

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) {
...
}
```