Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rehiy/cordova-plugin-utils
- Owner: rehiy
- Created: 2019-08-30T05:37:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T00:57:14.000Z (about 5 years ago)
- Last Synced: 2024-08-09T10:51:23.585Z (3 months ago)
- Language: Java
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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