Top "Cordova-3" questions

Apache Cordova is a platform for building native mobile applications using HTML, CSS and JavaScript

App Icon in iTunes Connect is missing

I archived and submitted a cordova app using Xcode. On testing locally, I find that the icon is correctly shown …

ios iphone cordova app-store-connect cordova-3
Cordova Facebook plugin : missing variables APP_ID, APP_NAME

When I do : cordova plugin add https://github.com/phonegap/phonegap-facebook-plugin.git I get the error : Error: Variable(s) missing: …

cordova phonegap-plugins cordova-3 cordova-plugins
Cordova: How do you hide the status bar on the splash/launch screen?

I am trying to remove the status bar across my app with Cordova. I have tried <preference name="Fullscreen" …

ios cordova cordova-3
How to change version code in AndroidManifest.xml using Cordova 3.6.4

I am trying to change the version code in AndroidManifest.xml. I am using Cordova 3.6.4. As per the docs I …

android cordova cordova-3
Phonegap 3.3 Eclipse: -CordovaLib project missing Android properties

Trying to import new PhoneGap 3.3 project into Eclipse 4.3.1 - after initial phonegap CLI build I import 2 projects (HelloWorld and HelloWorld-CordovaLib). …

android eclipse properties shared-libraries cordova-3
Google App Store Warning - You should upgrade to Apache Cordova 3.5.1 or higher as soon as possible

I have received an Email from Google Play Store for my Android App: This is a notification that your com.…

apache cordova google-play cordova-3
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
In Cordova, how can I specify different package names for ios and android?

Due to legacy factors, the package names of my Android and iOS apps are different. Currently Cordova seems to be …

android cordova cordova-3
How to get a picture from the photo library with PhoneGap on iOS?

I'm using the following code to try to select a photo from the iOS photo library: navigator.camera.getPicture(this.…

ios cordova ios7 cordova-3
How to display Splashscreen in Phonegap 3.3

How to display the splashscreen correctly? I'm using CLi local build and I heared it's compatible. I added the plugin …

cordova phonegap-plugins splash-screen cordova-3