UNPKG

@tb-app/web-view-api

Version:
23 lines (22 loc) 514 B
/** * 获取手机系统信息 */ export default function getSystemInfo(): Promise<{ model: string; pixelRatio: number; windowWidth: number; windowHeight: number; language: string; version: string; storage: string; currentBattery: string; system: string; platform: string; titleBarHeight: number; statusBarHeight: number; screenWidth: number; screenHeight: number; brand: string; fontSizeSetting: number; app: string; }>;