静态 只读bundles静态 只读canvas静态 只读context静态 只读document静态 只读is静态 只读isIOSHigh静态 只读isIOSHigh静态 只读is静态 只读main静态 只读on静态 只读on静态 只读onBDMini静态 只读onBLMini静态 只读on静态 只读on静态 只读on静态 只读on静态 只读onHWMini静态 只读onIE静态 只读onIOS静态 只读onIPad静态 只读onIPhone静态 只读onKGMini静态 只读on静态 只读on静态on静态 只读on静态 只读onMQQBrowser静态 只读on静态 只读onPC静态 只读onQGMini静态 只读onQQBrowser静态 只读onQQMini静态 只读on静态 只读onTBMini静态 只读onTTMini静态 只读onVVMini静态 只读on静态 只读onWP静态 只读onWXMini静态 只读platform静态 只读PLATFORM_静态 只读PLATFORM_静态 只读PLATFORM_静态 只读platform静态 只读SDKVersion静态 只读system静态 只读user静态 只读window静态clientThe viewport height of the browser window.
The method analyzes the browser information to determine the height, with a priority given to window.innerHeight (includes scrollbar height) > document.body.clientHeight (excluding scrollbar height) > document.documentElement.clientHeight (both do not include scrollbar height).
If the former is 0 or undefined, it falls back to the latter.
静态clientThe viewport width of the browser window.
The method analyzes the browser information to determine the width, with a priority given to window.innerWidth (includes scrollbar width) > document.body.clientWidth (does not include scrollbar width).
If the former is 0 or undefined, the latter is chosen.
静态container静态height静态pixel静态width
En
Browser is a browser proxy class. Encapsulate some of the features provided by the browser and native JavaScript.
Zh
Browser 是浏览器代理类。封装浏览器及原生 js 提供的一些功能。
Blueprintable