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

why is the whole screen zooming-in on iOS app?

I'm working on an iOS (8 and 9) app. I'm using phonegap build to pack everything up and phonegap desktop along with phonegap developer app to do some tests. My UI is already designed and everything looks fine when using the phonegap developer app as…
Luis Ruiz
  • 51
  • 1
  • 10
1
vote
1 answer

Phone - How to do setup to create phonegap application

I followed lot of links but not able to run my application. Steps I followed Installed node.js. downloaded eclipse juno. Installed ADK plugin with https://dl-ssl.google.com/android/eclipse/. Installed platforms and other thing mentioned in below…
user4408375
1
vote
1 answer

Does Adobe PhoneGap use config.xml?

I have a simple HTML+JavaScript app that compiles okay in the Adobe PhoneGap Build service. I use Hydration there. I can also run locally with the Adobe PhoneGap Desktop App. But multiple things defined by config.xml seem to have no effect in either…
SeanFromIT
  • 644
  • 1
  • 9
  • 18
1
vote
0 answers

How to play audio in cordova project on desktop browser?

I have the following situation: I have phonegap project. I build it using "cordova build browser" and then run via "cordova run browser". The piece of code does not work because it seems that filename.mp3 does not exist in sounds/ dir which is in…
Peter Leontev
  • 107
  • 1
  • 8
1
vote
1 answer

PhoneGap Desktop opens a nw.js window

I have followed the steps to install PhoneGap Desktop on my x64 Win7. I have installed Node.Js and then continued according to http://docs.phonegap.com/getting-started/1-install-phonegap/desktop/. Once installation is complete and I run the program,…
disasterkid
  • 6,948
  • 25
  • 94
  • 179
1
vote
2 answers

Can't pair phonegap desktop app with phonegap developer app on my windows phone

i just downloaded the phonegap desktop app 0.1.1 beta and installed it on my computer (windows O.S 64-bit) and then downloaded the developer app on my windows phone( Nokia Lumia 620)... I ran the phonegap desktop app and was able to create a new…
1
vote
1 answer

Getting error in Phonegap developer but working fine in browser Onsen Ui Cordova app

I have a list of objects in a page.. Clicking on the list item pushes a new page with some parameters passed from parent page. Navigator's var name is navi. $scope.navi.pushPage('somepage.html', {listItem: item}); and navi.pushPage('somepage.html',…
Danish Jamil
  • 1,090
  • 11
  • 31
1
vote
1 answer

Phonegap json '\r\n' coming data from server

I am developing an app using phonegap whereI am taking some data from MySql table using php code.. but when I display the reslting text .. there is '\n\r' in the text ... how to remove this and display the result... I am giving my javascript code…
Jocheved
  • 1,125
  • 3
  • 15
  • 32
0
votes
1 answer

Phonegap App directory suddenly contained folders and files with strange file names

I am currently working on a mobile app project using PhoneGap. The thing is, the app's size was fairly small, but when I tried to transfer it to my pc, it suddenly went up to 200+GB, which was strange, so I traced the directory and found folders and…
Ron
  • 3
  • 2
0
votes
1 answer

Showing a web page in a phonegap app - android

Trying to display an existing web page in a phonegap app. It seems like this was a big topic in 2014 but none of those answers seem to apply now. Here is what I've done in index.html. It works in a web browser but not in the app. Has anyone worked…
Corbin
  • 313
  • 1
  • 3
  • 11
0
votes
1 answer

PhoneGap not displaying pages on mobile

I am trying to deploy a mobile webapp using PhoneGap build. The webapp is ran through Docker, using HTML, CSS, and JS on the front end, connected to a Python, Apache, and SQL servers on the back end, running through docker. This works fine as a…
0
votes
0 answers

How to fix background playing of YouTube video

I made an app, that plays YouTube videos. Everything is working fine but when I tried publishing it to Google, it got rejected there. The reasons are below: Your submission has been rejected for enabling background playing of YouTube videos in…
phpdev
  • 89
  • 2
  • 10
0
votes
0 answers

Phonegap ajax login fail

i have a an app that runs with phonegap. When i try to login using phonegap desktop app server the login works. But when i upload the app on phonegap build and i download the apk, install the app the login recive "failure". So using phonegap desktop…
0
votes
1 answer

Phonegap - displaying Image from external url

EDIT: The browser, both on my laptop and even when I open the address via my phone's Chrome, it works fine. Only when I connect it with the Phonegap client app from my phone it behaves like that. I've created a basic template with the Phonegap…
Dipanshu Juneja
  • 1,204
  • 14
  • 29
0
votes
0 answers

PhoneGap desktop app going blank in specific folder

I'm a beginner at Hybrid app development and PhoneGap as well. I have two folders which I use for development. When I develop my apps inside folder 1, the PhoneGap desktop app works perfectly fine without any issues. I am able to test my app on…