A mobile application by Adobe Phonegap that allows developers to test their applications directly on their phones.
Questions tagged [phonegap-developer-app]
14 questions
2
votes
0 answers
PhoneGap - Vimeo video embedded in an iframe not showing up in the PhoneGap Developer iOS app
I'm trying to include a Vimeo video in my PhoneGap app so I added the embed code generated on Vimeo in my html page:
2
votes
1 answer
Phonegap app Content-Security-Policy
I'm bulding an app with cordova. I'm using phonegap serve to load the app with phonegap developer app.
In index.html:

Miquel
- 8,339
- 11
- 59
- 82
2
votes
1 answer
Phonegap developer and built app differences
I am making a mobile app using phonegap. Now, for testing I use phonegap developer program, which allows me to phonegap serve the folder with html/js and instantly load that on ios and android devices. The question is, is it guaranteed that what I…

JPARF
- 58
- 6
0
votes
1 answer
phonegap developer app stay in downloading status
I install Phonegap on my system and on my android phone.But when I want to connect to app by my mobile , app stay in downloading...
*I checked my ip and port and there are correct.
How i can solve this problem?

fox_boy
- 3
- 3
0
votes
1 answer
PhoneGap Android Market Publishing
Hi I'm looking for a good phoneGap tutorial all the way tru publishing an app, I've seen several but none have been able to help me successfully publish my apps.
I currently write on Html CSS Javascript
Any tips will greatly be appreciated thank…

Bruno 58
- 95
- 13
0
votes
1 answer
How to install cordova/phonegap plugins on PhoneGap Developer App
I'm trying to add this plugin to a PhoneGap application.
I used this command:
$ cordova plugin add cordova-media-with-compression
And I can see the plugin correctly added in the list of plugins running this:
$ phonegap plugin list
But when I use…

Andrea
- 15,900
- 18
- 65
- 84
0
votes
2 answers
How to add Scandit barcode plugin to custom build of Phonegap developer ios app?
I use Phonegap Desktop and Phonegap Developer app for a while now. This is really interesting for quickly testing my development.
But I'm facing a limitation with the embedded barcode scanner which is displaying the camera display in full screen.
I…

idealsuspect
- 1
- 2
0
votes
1 answer
Phonegap email composer fails on Android and iOS
I've been experimenting with the latest phonegap. I took the Default PhoneGap Project, and ran it on iOS and Android using the Phonegap Developer App. All worked.
Then, within the onDeviceReady event, I added some geo-location stuff. All worked…

Rob
- 1,576
- 3
- 22
- 52
0
votes
0 answers
QR scanner doesnt work with phonegap
I've started with Phonegap, I'm also using the Phonegap developer app in my iPhone to test apps, so I've tried every code sample I have found. However, none of them worked. Is there a problem when using Phonegap developer for testing barcode…
user5487197
0
votes
0 answers
Debugging phonegap serve with phonegap developer
When i launch phonegap developer in my android phone after launching phonegap serve in the console, i don't have any log :
sudo phonegap serve
add to body class: platform-android
add to body class: platform-browser
[phonegap] starting app…

Damien JALLON
- 96
- 1
- 7
0
votes
1 answer
PhoneGap and Bootstrap Dropdown
I have a bootstrap site build on PhoneGap. The dropdown menu works fine on desktop and web browser, but not in the PhoneGap Developer App. Does anyone have experience with this?
I can't figure out why, and I can't debug on the PhoneGap Developer…

Virik
- 397
- 1
- 4
- 18
0
votes
1 answer
Phonegap seems to block network connections
I'm creating a simple cross-platform app using Phonegap-CLI (v5.4.0) and Phonegap-developer-app (Android and iOS, both are up to date). In my app I'm trying to call a REST-Interface I implemented, I use jQuery AJAX to do so. Unfortunately those…

aquilinux
- 11
- 4
0
votes
1 answer
Is one Android activity enough with phonegap
I just started developing mobile app with phonegap.
I want to check the best practice in maintaining screens.
Is it possible to have only one activity and navigating screens with html's.
If so is it correct practice?
Besides, when we need to…

kpvsrkp
- 335
- 2
- 12
0
votes
0 answers
navigator.connection is undefined in Phonegap Developer App (Android)
I have a problem with the Phonegap Developer app. When I try to access some plugins like network-information or contacts, I get a is undefined error. For example this code:
alert(navigator.connection);
shows a alert box saying undefined.
The…

Ahmad
- 5,551
- 8
- 41
- 57