deviceBrand | string | 设备品牌。如:apple 、huawei | H5 不支持 |
deviceId | string | 设备 id 。由 uni-app 框架生成并存储,清空 Storage 会导致改变 | |
deviceModel | string | 设备型号 | |
deviceType | string | 设备类型phone 、pad 、pc | |
deviceOrientation | string | 设备方向 竖屏 portrait 、横屏 landscape | App、H5 。微信小程序请使用 (getSystemInfo Api)[/api/system/info.html] 获取 |
devicePixelRatio | string | 设备像素比 | App、H5 。微信小程序请使用 (getSystemInfo Api)[/api/system/info.html] 获取 |
system | string | 操作系统及版本 | |
platform | string | 客户端平台 | |
osName | string | 系统名称 | HBuilderX 4.32+,weixin 4.33 支持 |
osVersion | string | 操作系统版本。如 ios 版本,andriod 版本 | HBuilderX 4.32+,weixin 4.33 支持 |
osLanguage | string | 操作系统语言 | HBuilderX 4.32+,H5、weixin 不支持 |
osTheme | string | 操作系统主题 | HBuilderX 4.32+,H5、weixin 不支持 |
romName | string | rom 名称。Android 部分机型获取不到值。iOS 恒为 ios | HBuilderX 4.32+,H5、weixin 不支持 |
romVersion | string | rom 版本号。Android 部分机型获取不到值。iOS 为操作系统版本号(同 osVersion ) | HBuilderX 4.32+,H5、weixin 不支持 |