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
2
votes
0 answers

.cordova folder not creating on App Folder

Im learning to code in HTML5, I downloaded and installed Node.js, PhoneGap and cordova. Im trying to create a "Test" app and When I run the command: c:\phonegapApps>phonegap create Test It just creates the followiong…
jpichardo24
  • 23
  • 1
  • 4
2
votes
0 answers

Phonegap (Desktop Version) - 500 internal server error on cordova.js

I'm starting my project phonegap. I haven't made changes yet, but it sends the following error in console log: NetworkError: 500 Internal Server Error - http://192.168.0.103:3000/cordova.js See image: https://i.stack.imgur.com/XRGSq.png Why does…
2
votes
1 answer

getting error when trying to build a phonegap app

I am trying to build an hybrid app, I was built apps with the same environment about an hour ago but now I am not able to build for any platforms. The cordova is giving me the below error D:\xampp\htdocs\applications\quadBuild>phonegap build…
Vignesh
  • 1,045
  • 2
  • 17
  • 34
2
votes
3 answers

Offline Phonegap Build

By means of an Adobe Phonegap account (https://build.phonegap.com/apps) I could create mobile apps using my web application for all types of mobile platforms like IOS, Android, Windows. But, for this to happen, I have to upload my project zip to…
2
votes
0 answers

Phonegap Developer App not working

I want to start developing apps with PhoneGap and for the last two days I've been trying to figure out how to get this to work on my iPhone (5S). I've followed the steps here. First I installed the PhoneGap CLI as said in step 1. I checked the…
erol_smsr
  • 1,454
  • 4
  • 24
  • 49
1
vote
2 answers

How to change the keybroad language in phonegap

I am very new to phonegap development and I'm working on a phonegap-based program. When I use input, the keyboard always shows up with Next, Prev and Done. After some searching, I have determined that these three buttons are not removable. So now I…
Zubairu
  • 31
  • 4
1
vote
0 answers

Image broken when appending remote html content by ajax in phonegap

Hi everyone I'm Completely new to phonegap . I have problem with remote image loading . Actually i have build app with phonegap desktop version for loading remote image i have to add csp in index page so i added this
JYoThI
  • 11,977
  • 1
  • 11
  • 26
1
vote
1 answer

cant convert existing website to phonegap using url

i have a responsive mobile view website. i need to convert the website into phonegap application with url - just to load the site into the app. I done many researches on this topic and couldnt find any good answer. I tried to load the URL throught…
1
vote
0 answers

How to solve Phonegap desktop plugins cordova.plugins.diagnostic is undefined error?

I'm using Phonegap desktop 0.4.5 to create new Phonegap project with framework 7 (provided by Phonegap desktop 0.4.5). I have followed the instruction and added into my config.xml file in my project. When I run the project in my iPhone iOS 10.3.3,…
Thanh Ngoc
  • 11
  • 1
1
vote
0 answers

Phonegap is unable to install cordova plugins: The platform "browser" does not appear to be a valid cordova platform

I'm not able to install new plugins in Phonegap with the command: $ phonegap plugin add **. For example, when I run $ phonegap plugin add cordova.plugins.diagnostic, the following error occurs: Installing "cordova.plugins.diagnostic" for browser …
1
vote
1 answer

Can I install an external plugin using the PhoneGap or Codova CLI on a project created in PhoneGap Desktop?

I created an App using PhoneGap Desktop. I now want to add an AdMob plugin. I understand PhoneGap Desktop only has core plugins. Can you create with PhoneGap Desktop and then modify with a CLI interface/ install an external plugin? If so, what CLI…
1
vote
1 answer

Using Adobe PhoneGap - Beginners Questions

I'm starting out with Adobe PhoneGap as a way to develop native mobile apps. I have a solid understanding of jQuery/HTML5/CSS but upon using PhoneGap, there are a few basic areas which leave me baffled. All of these questions relate to using the…
JS77
  • 83
  • 1
  • 6
1
vote
1 answer

PhoneGap Create project button does nothing

I installed PhoneGap desktop (version 0.4.4) on Windows 10, and am trying to create a new "hello world" project. When I click the Create Project button, nothing happens, no error message. Apparently after clicking create project it should switch to…
Andrew
  • 18,680
  • 13
  • 103
  • 118
1
vote
0 answers

PhoneGap images not loading in iPhone

I'm trying to use the PhoneGap desktop application to connect to the DeveloperApp to see my application on my iPhone device. I've couple of images from local folder and some other from amazon s3. Images are loading in the browser. S3 images are…
user1012181
  • 8,648
  • 10
  • 64
  • 106
1
vote
1 answer

PhoneGap iOS build weird behaviour

My phonegap iOS build works fine if I run through PhoneGap desktop and mobile apps but not working if ran independently (through xCode. Took from platform/ios folder). One more weird issue is that, it works fine again if I do the following: Open…
Braj
  • 2,164
  • 2
  • 26
  • 44
1 2
3
11 12