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.

How to add android:allowBackup="false" via cordova plugin

I am now developing a Cordova Plugin, I wanna add android:allowBackup="true" into AndroidManifest.xml, but I do not …

android cordova android-manifest cordova-plugins
Android build error upon upgrading Cordova's camera plugin

I am getting build error after updating cordova camera plugin from 2.1.1 to 2.3.1. Version details: cordova version: 6.3.1, cordova-plugin-camera 2.1.1 "Camera" What I'm …

android cordova ionic-framework cordova-plugins
Cordova plugin error: "Uncaught module ... already defined"

I was getting the following error and my custom plugin wasn't starting. "Uncaught module com.example.example-plugin already defined" Why …

cordova cordova-plugins
Change Android Statusbar color In Cordova

I want to change the Status bar color in Android (I'm using 6.0 for testing). I tried the statusbar plugin and …

javascript android cordova cordova-plugins android-statusbar
How to remove cordova-plugin-compat?

In the release notes of cordova-android 6.3.0 (https://cordova.apache.org/announcements/2017/09/27/android-release.html) it's written down that cordova-plugin-compat has to …

cordova cordova-plugins cordova-ios
Running Ionic 3 app on iPhone throws error: 2 duplicate symbols for architecture arm64

I am opening .xcworkspace of my Ionic 3 project and trying to run it on my device but I suddenly get …

xcode cordova ionic-framework cordova-plugins ionic3
Is it possible to build Cordova App online?

I am making making an app using PhoneGap framework. PhoneGap provides build Service (http://build.phonegap.com) that allows us …

android ios cordova phonegap-build cordova-plugins
How do you modify a PhoneGap / Cordova plugin and rebuild for iOS with the modification?

I am using the Cordova Splash Screen plugin (http://plugins.cordova.io/#/package/org.apache.cordova.splashscreen) and there is …

cordova phonegap-plugins cordova-3 cordova-plugins
How to implement phonegap/cordova in android webview?

I need just a few minutes for someone to tell me if these steps are correct for implementing cordova in …

android cordova webview cordova-2.0.0 cordova-plugins
cordova - Multiple dex files define Lcom/google/android/gms/iid/zzc

I am trying to compile a cordova app for android and I am getting this error. Any ideas? This is …

cordova cordova-plugins