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.

Cordova: LocalFileSystem is not defined

I am not able to get the cordova file system to work. I have a project with the following dependencies: …

cordova cordova-plugins html5-filesystem ionic
How to run php code inside cordova?

I am new to cordova and want to transfer my existing app build with jquery mobile and php to iOS/…

php cordova cordova-plugins
How to bundle CocoaPods dependencies with Cordova Plugin?

I'm developing a Cordova plugin, and for the iOS platform, I'd like to incorporate a few existing (non-cordova-specific) Cocoapods. I …

ios cordova cocoapods cordova-plugins
Firebase Push notifications with PhoneGap Build using cordova-plugin-fcm

I need to implement push notifications in a PhoneGap Build app that I'm developing. I didn't find much documentation on …

firebase push-notification cordova-plugins phonegap-build firebase-cloud-messaging
Add a dependency to an Android Cordova plugin

I'm building a Cordova Android plugin. I want to use a 3rd party View inside an Intent that is created …

android cordova gradle android-gradle-plugin cordova-plugins
Cordova Connection to server was Unsuccessful

The Connection to the server was unsuccessful(file:///android-asset/www/index.html) is showing when i run my android application. …

android cordova cordova-3 cordova-plugins
How to get your context in your phonegap plugin

This is my plugin for android and one of my method requires a context, Is there a way how can …

android cordova cordova-plugins
Cordova/Phonegap FileTransfer.upload() error code = 1 (FILE_NOT_FOUND_ERR)

What's really confusing is when I capture the image with the phone camera, I use FileTransfer.moveTo and it sends …

javascript cordova phonegap-plugins phonegap-build cordova-plugins
package.json vs config.xml for cordova plugins

What is the right way to manage Cordova's plugins & platforms ? On a project using [email protected] & [email protected], I face 2 …

cordova ionic-framework ionic cordova-plugins
Cordova's FileTransfer Writing Error (Code 1)

I'm using Cordova 4.2.0 for Android. I have some troubles to get FileTransfer plugin work properly. I suppose that there is …

javascript android cordova file-transfer cordova-plugins