ios-detector

1.0.0 • Public • Published

ios-detector

A module that adds a CSS class when it detects the browser is on Apple iOS.

npm Version MIT License Build Status Dependencies Status devDependencies Status

Examples

Adding a 'ios-device' class to the <html> element, if the browser is running on Apple iOS.

import detectIOS from 'ios-detector';
 
detectIOS();

Detecting whether the browser is running on Apple iOS.

import {isIOSDevice} from 'ios-detector';
 
if (isIOSDevice()) {
    console.log('The browser is running on Apple iOS.');
}

Installation

Node.js via npm

$ npm install ios-detector

SystemJS via jspm

$ jspm install npm:ios-detector

Scripts

Install Dependencies

$ npm install

Run Test Suite:

$ npm test

Run Linter

$ ./node_modules/.bin/jshint .

License

Copyright © 2016 Yola.
Released under the MIT License.

/ios-detector/

    Package Sidebar

    Install

    npm i ios-detector

    Weekly Downloads

    4

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    5.36 kB

    Total Files

    7

    Last publish

    Collaborators

    • yola-engineers
    • yola-readonly