universal-device
v2.3.1
Published
System info.
Downloads
4,217
Readme
universal-device
System info.
Supported
Install
$ npm install universal-device --save
Usage
// How to use it in quickapp
// import { platform, appName, screenWidth, screenHeight, appVersion } from 'universal-device/lib/quickapp;
import { platform, appName, screenWidth, screenHeight, appVersion } from 'universal-device';
APIS
appName: string
app name or browser name
appVersion: string
app version or browser version info
platform: string
platform: 'Android'、'iOS'、'MacIntel', etc.
screenWidth: number
Screen width in px
screenHeight: number
Screen height in px
devicePixelRatio: number
The ratio of the resolution in physical pixels to the resolution in CSS pixels for the current display device.