2.3.1 • Published 4 years ago

universal-device v2.3.1

Weekly downloads
174
License
BSD-3-Clause
Repository
-
Last release
4 years ago

universal-device npm

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.