2019-11-10 18:36:33 +08:00
2019-11-08 00:35:00 +08:00
2019-11-08 00:35:00 +08:00
2019-11-08 00:35:00 +08:00
2019-11-08 00:35:00 +08:00
2019-11-10 18:36:33 +08:00

cordova-plugin-statusbar-height

获取AndroidiOS状态栏高度

Installation

cordova plugin add https://github.com/wangjunget/cordova-plugin-statusbar-height.git

Methods

cordova.plugins.StatusBarHeight.getValue

cordova.plugins.StatusBarHeight.getValue

document.addEventListener('deviceready', getStatusbarHeight, false);
function getStatusbarHeight() {
    cordova.plugins.StatusBarHeight.getValue(
        function(value) {
            console.log(value);
        },
        function(error) {
            console.log(error);
        }
    )
}

Supported Platforms

  • andorid
  • ios
S
Description
No description provided
Readme 31 KiB
Languages
Java 53.1%
Objective-C 32.4%
JavaScript 14.5%