Top "Cordova-plugins" questions

A Cordova plugin bridges a bit of functionality between the WebView powering a Cordova application and the native platform the Cordova application is running on.

Generating iOS and Android icons in Cordova / PhoneGap

I have a freshly created Cordova project with the following config.xml setup (used the instructions from http://docs.phonegap.…

android ios cordova phonegap-plugins cordova-plugins
How to see all plugins installed in Phonegap/Cordova project?

I need to see the list of all installed Cordova plugins. Does somebody know how to do this?

cordova cordova-3 cordova-plugins
How to configure Cordova-android 4.0 with white-list

Finally get Android stuido to work with the cordova-android 4.0 but i read that we must install the whitelist plugin but …

android cordova cordova-plugins whitelist
Ionic 2 File Plugin usage examples

Does anyone have complete examples about how to use the Cordova Native File Plugin in a Ionic 2/Angular 2 project? I …

file typescript angular cordova-plugins ionic2
Ionic plugin need to remove platform and read platform before it works

I have package.json like this, "cordovaPlugins": [ "com.ionic.keyboard", "org.apache.cordova.camera", "org.apache.cordova.console", "org.apache.…

android cordova ionic-framework cordova-plugins
Manage cordova plugins with npm + package.json

We have an Angular + Ionic + Cordova project with multiple devs that we'd like to manage cordova plugin dependencies for. We …

npm cordova-plugins
cordova-plugin-file in Chrome: cordova is not defined

I use cordova-plugin-file in my ionic app to download images and save to local. When I run it in emulator …

cordova ionic-framework cordova-plugins
ionic geolocation plugin error: "No provider for Geolocation"

I'm trying to use geolocation in my ionic2 hello world project, and I add the ionic plugin "Geolocation" following the …

angular typescript ionic2 cordova-plugins
Cordova build returns missing plugin.xml

When i build my cordova project i get an warning message as: Missing file: /home/vijay/workspace/Repos_temp/QuickTraq_…

android cordova phonegap-plugins phonegap-build cordova-plugins
Cordova list all files from application directory (WWW)

I am using Cordova 4.2.0 with plugins File and media. I have some mp3 files in audio folder inside www directory. …

html cordova cordova-plugins