使用:
Taro.getSystemInfo({
success(res)
{
console.log(res.statusBarHeight);
}
})
Promise寫法
let x = await Taro.getSystemInfo();
x.參數
參數:
SDKVersion 用戶端基礎庫版本
albumAuthorized 允許微信使用相冊的開關(僅 iOS 有效)
benchmarkLevel 裝置性能等級(僅Android小遊戲)。取值為:-2 或 0(該裝置無法運作小遊戲),-1(性能未知),>=1(裝置性能值,該值越高,裝置性能越好,目前最高不到50)
bluetoothEnabled 藍牙的系統開關
brand 裝置品牌
cameraAuthorized 允許微信使用攝像頭的開關
fontSizeSetting 使用者字型大小(機關px)。以微信用戶端「我-設定-通用-字型大小」中的設定為準
language 微信設定的語言
locationAuthorized 允許微信使用定位的開關
locationEnabled 地理位置的系統開關
microphoneAuthorized 允許微信使用麥克風的開關
model 裝置型号
notificationAlertAuthorized 允許微信通知帶有提醒的開關(僅 iOS 有效)
notificationAuthorized 允許微信通知的開關
notificationBadgeAuthorized 允許微信通知帶有标記的開關(僅 iOS 有效)
notificationSoundAuthorized 允許微信通知帶有聲音的開關(僅 iOS 有效)
pixelRatio 裝置像素比
platform 用戶端平台
safeArea 在豎屏正方向下的安全區域
screenHeight 螢幕高度,機關px
screenWidth 螢幕寬度,機關px
statusBarHeight 狀态欄的高度,機關px
system 作業系統及版本
version 微信版本号
wifiEnabled Wi-Fi 的系統開關
windowHeight 可使用視窗高度,機關px
windowWidth 可使用視窗寬度,機關px