cordova-3 Questions

5

Solved

I'm stuck with this very frustrating problem while trying to install Apache Cordova. I issue npm install -g cordova in my cmd (Windows 8.1, 64 bits), and everything seems to be fine. But even after...
Covarrubias asked 27/12, 2013 at 14:20

6

Solved

I just tried to create a new phonegap 3.0 project... Note: I'm new to phonegap. Anyways, I see the project folder contains: .cordova merges platforms plugins www And having tried phonegap local...
Heterochromosome asked 28/7, 2013 at 18:6

2

Solved

I am trying to clean my cordova 3.5 project. So i try to do as it says at the bottom of this page: http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_index.md.html#Android%20Platform%2...
Buford asked 10/7, 2014 at 18:51

5

The Connection to the server was unsuccessful(file:///android-asset/www/index.html) is showing when i run my android application. please let me know how to resolve this issue.
Norrisnorrv asked 7/5, 2014 at 10:0

6

Solved

I have an Android Cordova app that built perfectly on Cordova 3.4. I just update to Cordova 3.5.0 and the build fails, showing these errors: -code-gen: [mergemanifest] Found Deleted Target File [m...
Cardew asked 15/7, 2014 at 17:33

4

Solved

How is it possible to create an app, add the splashscreen plugin, the splashscreen should disappear when the device is ready and no WHITE FLICKER to appear?? This happends on Adobe build and also o...
Samalla asked 20/2, 2014 at 12:21

3

Solved

Is there a way in Cordova 3.0 to check if that's the first time the application runs without using the DB for that purpose.
Gum asked 3/12, 2013 at 12:13

6

Solved

I'm trying to build my first Cordova app and I can't get a plugin to work. My app was built using the Cordova command line interface, so I've added the Camera plugin this way: cordova plugin add ...
Fez asked 7/10, 2013 at 9:49

2

Solved

I'm trying to compile my cordova application for Android but I'm getting this error: [javac] Compiling 104 source files to /Volumes/Work/workspace/android/poc/CordovaLib/bin/classes [javac] /Volum...
Perigon asked 15/1, 2014 at 15:17

11

While experienced with phonegap and xcode, I'm new to android. I have installed phonegap 3.0 ... npm install phonegap phonegap --version 3.0.0-0.14.3 I've installed adt-bundle-mac-x86_64-2013072...
Zagazig asked 13/9, 2013 at 15:3

5

Solved

I am a newbie in phonegap development so I have a couple of questions: 1) I am using the accelerometer plug-in. I read in the manual that i need to declare the plugin in the config.xml file in ord...
Sissel asked 1/10, 2013 at 9:21

2

I'm trying to figure out how to reconcile some Cordova + git "best practices" with what I think is reality, and I'm hoping someone can shed some light on this for me. If I understand correctly, th...
Graven asked 14/2, 2014 at 23:29

4

Solved

When I do : cordova plugin add https://github.com/phonegap/phonegap-facebook-plugin.git I get the error : Error: Variable(s) missing: APP_ID, APP_NAME Where do I have to configure these varia...
Prosciutto asked 12/3, 2014 at 15:12

3

Solved

We are working on a hybrid iOS application. Previously we were using Cordova 3.2.0 version. Recently we are under the process of upgrading our Cordova version to 3.5.0. After creating a new project...
Hire asked 25/8, 2014 at 14:33

1

Solved

So... I need to get a SHA1 key. I'm not a Java fan, so I'm creating my app in Cordova but I need the SHA1 to register it in Google's Developer Console. Does someone know where it is? I tried import...
Progesterone asked 2/4, 2015 at 19:34

1

Solved

I am trying to figure out what does cordova/argscheck do. I was not able to find any documentation that describes what is it used for nor how to use it. I managed to find its git repo however no c...
Correy asked 5/3, 2015 at 7:26

5

I am writing app with phonegap(cordova) 3.0.0 and events "online" and "offline" doesn't work. When I tried event "resume", this event was OK. I am using XCode 4.5 and IOS. This is my main javascri...
Scratches asked 10/8, 2013 at 10:9

1

Solved

I need to develop an app that retrieves and saves data interacting with users, with a high focus on multi-platform support and rapid development. The app does not require heavy graphics or processi...
Most asked 23/2, 2015 at 3:2

3

I am developing an android application using PhoneGap/cordova and Javascript. I want to include audio/video capturing functionality in a particular html Div of my application using external Java pl...
Palpitate asked 8/8, 2014 at 10:44

2

Let's say I have a Cordova application with an id of com.StackOverflowExample.MyQuestion, which I created with Cordova 3 using the CLI (cordova create). I have added iOS and Android platforms for m...
Foodstuff asked 28/9, 2013 at 17:22

3

Solved

Due to legacy factors, the package names of my Android and iOS apps are different. Currently Cordova seems to be injecting the widget id attribute from config.xml into both when building. Is ...
Watchword asked 10/10, 2014 at 19:57

1

Solved

I am trying to change the version code in AndroidManifest.xml. I am using Cordova 3.6.4. As per the docs I am updating it in the config.xml but it is not reflecting in the AndroidManifest.xml afte...
Zwinglian asked 18/12, 2014 at 5:24

2

Solved

How to display the splashscreen correctly? I'm using CLi local build and I heared it's compatible. I added the plugin with: phonegap plugin add org.apache.cordova.splashscreen And this is my config...
Flowered asked 18/2, 2014 at 21:36

1

To be able to develop in TDD As a PhoneGap developer using Jasmine and Karma I want to be able to run Jasmine spec files inside a PhoneGap application So I can verify my Cordova specific code in my...
Archibald asked 12/5, 2014 at 22:8

4

Solved

I´m planing to use Cordova v3 to develop a generic application to target mobile devices using HTML/CSS. Which is the best solution in order to reuse most of the html but having the visual style for...
Imponderable asked 23/11, 2013 at 3:20

© 2022 - 2024 — McMap. All rights reserved.