Questions tagged [cordova-2.0.0]

Questions about Cordova version 2.0.0. Apache Cordova is a platform for building native mobile applications using HTML, CSS and JavaScript.

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

Cordova version 2.0.0: https://cordova.apache.org/docs/en/2.0.0/

Related

314 questions
0
votes
1 answer

URI related Whitelist error in Phonegap for iPhone?

ERROR whitelist rejection: url='http://api.some_host-name.country_code/some_thing.json' This is the format of the URI i am using to get feeds in json format. please tell me how to add it to my External Host Array in the cordova.plist I have tried…
Apple_iOS0304
  • 1,042
  • 1
  • 9
  • 19
0
votes
1 answer

Phonegap iOS Command line tools ./create

I want to create a iOS app using phonegap. My issue is that ./create is not working at all. ./create ~/Desktop/projects/mbs/mastercard-iphone do.com.mbs.mastercard-iphone Mastercard is returning info…
Luis D Urraca
  • 1,948
  • 4
  • 22
  • 43
0
votes
1 answer

Cordova 2.0.0 Error OSX

Cordova 2.0.0 Error OSX Calling: sudo ./create ~/cordovatest com.christopherdebeer.test01 testapp * When in the /bin/ folder of Cordova-2.0.0 dmg unpacked from phonegap-phonegap-2.0.0-0-g2dbbdab.zip Returns the following…
0
votes
2 answers

Suppress PluginResult Output in Phonegap 2.0.0

I am using Phonegap/Cordova 2.0.0 with the Contacts API. When I make a find request, I receive a massive success output to the terminal with all the found contacts, beginning with: PluginResult:toJSONString - {"status":1,"message":[{"id": This…
Tom Merrihew
  • 423
  • 4
  • 10
0
votes
1 answer

cordova-based application is not seen in iOS phonegap

I am trying to develop a first app using cordova. I followed the instruction from http://www.adobe.com/devnet/html5/articles/getting-started-with-phonegap-in-xcode-for-ios.html, but when I try to create a project in Xcode cordova-based application…
Humayun Kabir
  • 103
  • 1
  • 13
0
votes
1 answer

Windows Phone 7 Cancel hardware back button not working

I need to cancel the device back button event. I have tried the solution posted in Control press "back button" and disable close the application using a dialog for confirm - wp7, but it is not working for me. Am I doing something wrong? The…
0
votes
1 answer

Change the color of the iPhone keyboard (working with Phonegap/Cordova)

As the title states: is it possible to change the keyboard color to black (some call it transparent?) when working with Phonegap/Cordova? I've googled a lot but I can't seem to find anything about it. So can it be done? Either with HTML5/jquery or…
nalas
  • 85
  • 1
  • 12
0
votes
2 answers

Pulling the database off a Blackberry emulator

I tried googling it, I tried looking through the simulator directory, but I can't find it anywhere. Does anyone know how to pull the sqlite databases off the blackberry emulator? Specifically, I am using Blackberry WebWorks SDK 2.3.1.5, and simpack…
TomJ
  • 4,899
  • 3
  • 24
  • 31
0
votes
1 answer

Cordova app is launching mobile safari each time I navigate to a jQueryMobile page

My app does the right thing and navigates to the select page each time I follow a jQuery Mobile link, but it also launches a copy of that page in Mobile Safari when I run in the iPhone Emulator. I'm sure I'm just missing some configuration…
Chris Beck
  • 1,750
  • 1
  • 17
  • 25
-1
votes
2 answers

deviceReady event not fired

I am new to cordova and i am trying to get device id from deviceReady event which is not firing, after googling i got to know that i need reference Cordova.js file in my project so i did. after cordova.js included i am keep getting Uncaught module…
venky
  • 43
  • 1
  • 7
-1
votes
1 answer

Send value at php page using jquery or javascript

I have an html page for a phonegap application. In this page i have to send this value SAT000000002574 at this php page : http://sat3.altervista.org/index.php I can not use php for make this work because phonegap doesn't support it. For this…
Boomer
  • 57
  • 5
-1
votes
1 answer

How can I show image from camera directory on img element with PhoneGap

What I exactly need is to load and show images from a location external to the application's. As the photos are constantly changing my proposal was to load them from the Camera Directory so that it's as simply as storing in that folder the…
-1
votes
1 answer

Images half the size after packaging in Phonegap and opening on WP7

I have a series of images lined up using the following code. HTML for each image is something like...
CSS is ... …
Philip Kirkbride
  • 17,347
  • 30
  • 101
  • 195
-1
votes
2 answers

phonegap media mp3 location

Possible Duplicate: access files from assets/www directory I'm writing android app using phonegap and want to play mp3 on click in the button, my mp3 is located in the www folder. Unfortunately I tried to use "android_asset/ww/sample.mp3" as a…
Conrad
  • 109
  • 11
1 2 3
20
21