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

181 questions
18
votes
2 answers

Does app store or Play Store allow apps that have a WebView only to my site?

I want to publish an app witch contains a WebView to my site only and thats the whole app. Like Mobile Web app but comes from the stores. Does app store or Play Store allow apps that have a WebView only to my site?
helenakohan
  • 313
  • 1
  • 2
  • 4
12
votes
2 answers

PhoneGap desktop server is running, but cannot access on other devices or computers

Need some help here before I pull my hair out. I just installed the latest desktop app and mobile app today. I have the PhoneGap desktop app running on OSX and the server is started on port 3000. It works fine. If I go to 192.168.0.5:3000 I get the…
Gavin
  • 5,796
  • 2
  • 44
  • 67
7
votes
1 answer

PhoneGap "Hello World" app stuck on "Connecting to device"

Background Info & Problem I downloaded the PhoneGap Desktop App for OSX, following the instructions here: http://docs.phonegap.com/getting-started/1-install-phonegap/desktop/ I installed the PhoneGap app for iOS. I've ensured both my laptop and…
cmw
  • 856
  • 2
  • 10
  • 24
7
votes
0 answers

Phonegap Developer App stuck on Downloading

I have just installed Phonegap Desktop and Phonegap Developer App on my iPhone 5 but when I enter the server ip address that is shown at the bottom of Phonegap Desktop into Phonegap Developer App it gets stuck on the 'DOWNLOADING...' message. I have…
Bill Noble
  • 5,478
  • 14
  • 62
  • 118
6
votes
7 answers

PhoneGap Developer App Download Error

I'm using the PhoneGap Developer App to instantly test my apps and since tonight the app says 'DOWNLOADING', and then a few seconds later is says 'DOWNLOAD ERROR'. After that, a popup appears saying Unable to download archive from the server.…
erol_smsr
  • 1,275
  • 1
  • 17
  • 38
6
votes
2 answers

Phonegap Desktop App external plugins

Has anyone had luck adding external plugins to the Phonegap Desktop App? I have had success adding core plugins like "Device" but not external ones. I am trying to add com.admob.google to my project and I can not get admob to be recognized as a…
Dom
  • 2,561
  • 1
  • 16
  • 28
5
votes
0 answers

Error 500 cordova_plugins.js

I started a basic PhoneGap project with default settings. With Firebug, i see : "NetworkError: 500 Internal Server Error - http://myIP:3000/cordova_plugins.js" If i go to http://myIP:3000/cordova_plugins.js i see: TypeError: Path must be a string.…
AAzeeze
  • 93
  • 8
4
votes
1 answer

mobile application with phonegap and firebase

I'm using phonegap desktop app (file is auto generated when using i click create file in the desktop app.), with atom editor and firebase with this project. To summarise my project, it is just some sort of survey so user will have to fill up some…
NoobProgrammer
  • 444
  • 4
  • 21
4
votes
2 answers

Socket.io local network not connecting

Okay, I have the following setup: https://i.stack.imgur.com/4T9SX.jpg ( If image below is too small ) The problem is that Computer 2 can not connect with socket.io to computer 1. Yes i included socket.io in computer 2: Any ideas as to why…
ErikBrandsma
  • 1,345
  • 2
  • 15
  • 42
4
votes
1 answer

Rich HTML tray menu in a desktop web application

I want to create a tray menu app with custom buttons, sliders, maybe some nice transition effect, a header and footer like this: The application needs to work on Linux, Windows and Mac. I guessed it should be possible with a desktop web app + some…
Janek Olszak
  • 3,275
  • 1
  • 23
  • 21
4
votes
3 answers

unable to create app, invalid file type in Phonegap build

I am learning Phone-gap for the first time. This is a simple app. But whenever I am trying to build it is showing me unable to create app, invalid file type. I am showing code of index.html file and config file bellow. index.html
Nidhin Johny
  • 165
  • 3
  • 15
4
votes
2 answers

Selected folder doesn't contain a config.xml in phonegap

I am using windows 7 .my antivirus is now disabled. I want to build a hybrid app. i downloaded phone gap. when i creating new phone gap project their shows "Selected folder doesn't contain a config.xml ". I tried lot of time but i cant able to…
Nidhin Johny
  • 165
  • 3
  • 15
4
votes
1 answer

Phonegap : Button click listening is slow

I am developing an Android app in Phonegap. I have 3 page , by using "Button click" the page is going to another page. My issues is when I click the button response is very slow, it took 1 to 2 sec to go to the next page. Here am using div…
user4928488
3
votes
0 answers

tracker service.js file doesn't return address in phoneGap

So I have created a web-app and now I'm using PhoneGap to create the android application of my web-app. I followed all the steps in the phonegap tutorial. Also I'm using oauth token security. Currently I'm using the phoneGap desktop application and…
Nishi Shah
  • 33
  • 4
3
votes
2 answers

phonegap window.location onDeviceReady not working

I am trying to put my mobile Website into PhoneGap to create a "native" app. Therefore I start googling and found that onDeviceReady window.location should solve this. this solution was e.g. described here already:…
1
2 3
12 13