Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rehiy/cordova-plugin-utils

Cordova Extra Utils
https://github.com/rehiy/cordova-plugin-utils

Last synced: about 1 month ago
JSON representation

Cordova Extra Utils

Awesome Lists containing this project

README

        

# cordova-plugin-utils

Cordova Extra Utils

## Installation

This installation method requires cordova 5.0+

cordova plugin add cordova-plugin-utils

# StatusBarHeight

Call this function to get the height of the statusbar.

cdvUtils.getStatusBarHeight(onSuccess, onError);

const onSuccess = (height) => {
// do something with the statusbar height here
}

const onError = (error) => {
// handle error state; should usually not ever activate
}

## Supported Platforms

- Android

# Fix input[type="file"]

Support use Camera for `input[type="file"]` in webview

## Supported Platforms

- Android