Questions tagged [phonegap-desktop-app]

PhoneGap desktop app is a GUI built on top of the CLI version, it is compatible with Cordova projects too.

PhoneGap desktop app is a GUI built on top of the CLI version, it is compatible with Cordova projects too.

Features

  • Create and Delete any project with a single Click
  • Has a server built-in to preview App in the browser
  • Works well with it's companion mobile app
  • supports Live Editing

Resources

180 questions
1
vote
1 answer

After installation Adobe phonegap is not working (Windows)

First Of all when I tried to install it using win32 installer Official doc , it hangs the installation process when CLI installation part comes in the process. Seeing that I switched over to the zip installer and run phonegap.exe this came up Image…
1
vote
0 answers

PhoneGap, iframe not work on iOS but do on Android

I try this way:
or this way:
Alex Seag
  • 11
  • 2
1
vote
1 answer

How can i change this App Icon in config.xml?

How can i change this PhoneGap App Icon marked in the picture?
Javan R.
  • 2,011
  • 1
  • 19
  • 16
1
vote
0 answers

phonegap desktop app connect to my laptop's server

Hi I am using the phonegap desktop app to make hybrid iphone apps. I had my app download on my iphone device but it can't connect to my localhost on my laptop becausue they are two different machines. I want to know how to connect to my laptop's…
JoOlay
  • 39
  • 6
1
vote
2 answers

how to use cordova plugins with phonegap cli

I am new to phonegap and want to install try install a plugin. There are many websites explaining to use command cordova plugin add .When I type this its shows cordova is not recognized as command . This may be because I have installed…
1
vote
2 answers

Admob not working in phonegap and android

im trying to add ads to my android phonegap app but im not getting anywere... i use phonegap 0.3.3 my admob key ad key is like: ca-app-pub-9718633180389415/1973821888 im my config.xml i have:
1
vote
1 answer

PhoneGap project: broken in Android, working in iOS. ( Gradle Error in Terminal -- Broken Pipe in Android Studio)

I'm attempting a simple HelloWorld with PhoneGap. I'm new to setting up the dependencies and unclear if the error is in my setup. The same project works in iOS and does not in Android. I've taken these steps: Installed Java7 JDK Installed Android…
1
vote
2 answers

Powerful Features on Insecure Origins and Phonegap Desktop

I created a Phonegap project and I was testing it using Phonegap Desktop. In the project I'm using Geolocation API. In Chrome I'm getting getCurrentPosition() and watchPosition() are deprecated on insecure origins. To use this feature, you should…
Adrian Ber
  • 20,474
  • 12
  • 67
  • 117
1
vote
1 answer

Why does PhoneGap Browser Preview uses code from different www folder than that of App Preview?

I am working on PhoneGap (v0.3.2) with latest install of PhoneGap Desktop. When I access the App via PhoneGap App on devices I am able to see all the changes made to the code in /www. However when I try it in the browser as "localhost:3000" or…
VMN
  • 181
  • 1
  • 2
  • 14
1
vote
1 answer

Is programming the same with Phonegap Cordova and Phonegap Desktop

I recently downloaded Phonegap Desktop and the docs are very poor and have no info on how to actually build an app. Is it similar to the old version(Cordova)? Can I use the old docs for help on making an app with Phonegap Desktop?
1
vote
1 answer

Unable to CreateProject in PhoneGap

I am new in PhoneGap. After installing PhoneGap desktop application for Windows 7, I tried to create a simple hello world application. After specifying project name, path, when I click on Create Project button, initially, it gives error as…
TechTurtle
  • 2,667
  • 4
  • 22
  • 31
1
vote
1 answer

Lodash and Graceful-fs

i want to install phonegap in my pc so i can create my first hybrid app. I used npm install -g phonegap but i always get this error: C:\Users\user\AppData\Roaming\npm\node_modules\phonegap\node_modules\bufferu til\build\binding.sln : error :…
TeachMePls
  • 197
  • 1
  • 2
  • 11
1
vote
1 answer

PhoneGap/Cordova CanvasCamera Plugin not working

I am running the app on ios 9.2 via PhoneGap Desktop. I have just started out using PhoneGap and I am trying to build a simple app that allows you to take a picture and show it back to you. I have been able to do this using the cordova camera plugin…
1
vote
0 answers

PhoneGap is saying "listen EADDRINUSE::::3000 when press play

I am starting using PhoneGap, and I have this problem: My desktop: My Iphone: I have googled my problem, and I tried what I have found but it is not fixed. So perhaps it is because I am no understanding the error... Please help? (first time using…
Sulot
  • 504
  • 2
  • 6
  • 20
1
vote
1 answer

PhoneGap developer app - not able to connect to my camera

I have an issue with the PhoneGap desktop app. I wrote a piece of code that accesses the device camera. Using the PhoneGap desktop app it doesn't access the camera on my iPhone. When I build the same code using build.phonegap.com it does access the…