项目作者: afeiship

项目描述 :
Detect if iOS device & get iOS version.
高级语言: JavaScript
项目地址: git://github.com/afeiship/next-detect-ios.git
创建时间: 2018-01-02T13:57:10Z
项目社区:https://github.com/afeiship/next-detect-ios

开源协议:MIT License

下载


next-detect-ios

Detect if iOS device & get iOS version.

usage:

  1. import NxDetectIos from 'next-detext-os';
  2. // is:
  3. NxDetectOs.isIos();
  4. // version:
  5. NxDetectOs.version();

todos:

  • unit test case