# cordova-plugin-utils **Repository Path**: v1nc/cordova-plugin-utils ## Basic Information - **Project Name**: cordova-plugin-utils - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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