静态 只读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静态client浏览器窗口的可视高度。 通过分析浏览器信息获得。浏览器多个属性值优先级为:window.innerHeight(包含滚动条高度) > document.body.clientHeight(不包含滚动条高度) > document.documentElement.clientHeight, 如果前者为 0 或未定义,则选择后者。
The 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.
静态client浏览器窗口的可视宽度。 通过分析浏览器信息获得。浏览器多个属性值优先级为:window.innerWidth(包含滚动条宽度) > document.body.clientWidth(不包含滚动条宽度), 如果前者为 0 或未定义,则选择后者。
The 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
Zh
Browser 是浏览器代理类。封装浏览器及原生 js 提供的一些功能。
En
Browser is a browser proxy class. Encapsulate some of the features provided by the browser and native JavaScript.
Blueprintable