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
0
votes
1 answer

Cordova: sdcard access on Android does not work

I'm currently trying on a cordova test project that contains the download of a file to play on the music player afterwards. Basically the application should download a .mp3 file from my server and save it in the application storage or a user…
0
votes
1 answer

Error while running Cordova project to Windows device?

I'm a beginner developer for Cordova apps (Hybrid Application project) Currently the following platforms are listed using this commandline window: cordova platform -l Installed platforms: Available platforms: amazon-fireos ~3.6.3 (deprecated) …
0
votes
1 answer

Insert data on Xampp using jquery on phonegap

I am developing a simple application to save records on mysql database (xampp) using phonegap. However i am getting stucked somewhere. My code keeps writing "connecting..." for ever without saving the records on database. I researched all through…
0
votes
0 answers

Phonegap generating socket io scripts?

I am working on a PhoneGap App and I tried implementing Typescript and requiredjs but for some reason. I am getting this error: I dont understand why Phonegap is generating or somehow using socket.io This is my structure I have an…
Yassi
  • 2,379
  • 4
  • 24
  • 33
0
votes
1 answer

PhoneGap Build not including permissions for android or platforms other than browser

I have a phonegap application that works fine (ajax http requests are executed, etc) when opened/loaded through the official phonegap app. But when I upload and build the application and download the apk from the build.phonegap website, none of the…
0
votes
0 answers

AngularJS not loading in pages of PhoneGap

I am able to get the Angular Controller working on the index.html page, but its not loading on any of the other pages. My index page is :
Somename
  • 3,376
  • 16
  • 42
  • 84
0
votes
1 answer

PhoneGap local notifications not working

I'm checking PhoneGap project via PhoneGap Desktop (Win 10) on a devices with Adobe PhoneGap mobile apps on the systems: Android: 5.1.1, iOS: 10.2.1. I have this line in config.xml I…
gMirian
  • 651
  • 7
  • 13
0
votes
1 answer

how to add android platform in phonegap project

I've just started working with phonegap and android studio, I'm totally beginner I made my first project in phonegap, now I want to add it into android studio, for that purpose I must first add android platform in phonegap project, can someone tell…
0
votes
1 answer

How to run framework 7 Android Material for PhoneGap?

I downloaded Framework 7 1.5.2 for Phonegap because the latter's built in template is for iOS. And what I need is for Android. However, when I open index.html it shows two phones but no effect. https://i.stack.imgur.com/i1ASU.jpg Here's what it…
0
votes
0 answers

Phonegap Desktop App not reflecting project

I created a Phonegap project and was testing that in browser with the help of the Phonegap app of desktop & mobile which runs the server to host our application. But all of a sudden my project isn't visible in the app any more and i can't even open…
Learner
  • 800
  • 1
  • 12
  • 34
0
votes
1 answer

What is the function of the ID in the xml file

I made an app using PhoneGap, and in the beginning I could fill in an ID, this was optional however so I just left it to the standard one, not knowing what is was. When I tried to upload the app to the play-store I had to change the ID to some not…
Joep
  • 19
  • 5
0
votes
1 answer

Handlebars Doesn't Work on Phonegap Mobile

I am building a PhoneGap app using version 0.4.2. I use Handlebars templates in my code, which I compile using this line: var template = Handlebars.compile($("#myTemplateName").html()); The app functions as expected on desktop and mobile browsers,…
0
votes
1 answer

How do i debug phonegap on android

I have made a small application on phonegap it's working seamlessly on phonegap simulator(phonegap desktop app). There are no errors working with but when i have made it's .apk and installed it, it doesn't show work well and i have lost one…
Habib Rehman
  • 590
  • 3
  • 15
  • 36
0
votes
1 answer

Webpage showing differently on browser and on PhoneGap

Hullo, I am trying to present a simple two framed page by means of the PhoneGap Desktop application. The bottom frame constituted by a table is shown correctly everywhere, conversely the top one in which a graphic should be shown is correctly shown…
Fabrizio Bartolomucci
  • 4,948
  • 8
  • 43
  • 75
0
votes
3 answers

Phonegap desktop error on create new project

I installed Phonegap Desktop on my Win 7 laptop. Now I open it and click on "New project". After selecting "Hello world" template I choose a directory on my local drive and fill in a name. When I click on Create button, after some seconds, it show…
agodoo
  • 409
  • 6
  • 21