1.1.0 • Published 7 years ago

udn-newmedia-utils v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Description

Udn NewMedia 常用共通 code

How to use

$ npm install udn-newmedia-utils
import Utils from 'udn-newmedia-utils'

API

Utils.detectMob()

判斷目前使用者瀏覽器為 PC or Mobile

  • true : mobile
  • false : pc

Utils.detectPlatform()

判斷目前使用者瀏覽器為 PC or Mobile 回傳string for GA

  • 'Mob' : mobile
  • 'PC : PC

Utils.detectIE()

判斷目前使用者瀏覽器是否為 IE

  • true : IE
  • false : other

Utils.iOSVersion(Version)

判斷使用者ios 版本 是否大於 Version 主要for video auto play

  • true : 使用者版本 >= 指定 version
  • false : 使用者版本 < 指定 version

Utils.isFacebookApp(version)

判斷是否為 FB app 是否低於version(148)以下

  • true : 是 FB app 低於 version(148)
  • false : 否

Utils.isLineApp()

判斷是否為 LINE app

  • true : 是
  • false : 否
1.1.0

7 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago