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

How fix or disable proxy in phonegap?

When my app do POST request its work. look like http://192.168.0.165:3000/proxy/http%3A%2F%2Fhomestead.app%2Fapi%2Fv1%2Fuser%2F But when I do next request with GET that don't work. I think it because phonegap lost what I send in my params. How I…
3
votes
1 answer

Custom fonts in phonegap project

I have a phonegap project with Arabic custom fonts. In chrome the font is displayed correctly and also in physical Android device but in phonegap app installed in iPhone the font has no impact. Below is a general structure phonegap project: - css…
Abdallah
  • 61
  • 4
3
votes
1 answer

Cocoapods installation on windows 8

I'm new to mobile apps and to phonegap. But in the tutorials, they ask you to install cocoapods using a command function: $ sudo gem install cocoapods but this is a linux command and not a window one. and i can't find a way to install it on…
Joey
  • 93
  • 2
  • 13
3
votes
1 answer

Phonegap android navigation bar is not hiding even after the keyboard is closed

I have an app in phonegap that runs on ios and android platforms. In my app I have main navigation menu at the bottom like this: But my problem is when the keyboard is opened, my navigation menu hides behind the navigation bar and won't go down…
3
votes
1 answer

phonegap and cordova not opening link in app browser

I am new to PhoneGap and Cordova, I am trying to create a wrapper application script for my website. However the problem I am getting is that, when I build the app using PhoneGap cloud and click on a link on an external link in the page it opens the…
3
votes
0 answers

Cordova/phonegap installation on new Windows 10 computer

I've just got my new windows 10 PC and I am trying to install Cordova/Phonegap but I am facing some problem. I did the next steps: installed java C:\Program Files\Java\jdk1.8.0_65 installed nodejs C:\Program Files\nodejs installed Android studio…
3
votes
4 answers

It's possible create a app for Mac (desktop) using PhoneGap?

I checked the documentation and I could not find a way to create a Mac App, it's that possible? we can just build with phonegap mobile apps? not desktop apps? it's an another framework who do…
raduken
  • 2,091
  • 16
  • 67
  • 105
3
votes
1 answer

How to add cordova plugins and platforms

I am using this cordova tutorial to try and set up a cordova/phonegap app. I am developing on Windows, I have node.js installed and I am working inside the Node.js command prompt. I downloaded and installed: Andorid SDK from here and have added it…
Roman
  • 8,826
  • 10
  • 63
  • 103
2
votes
0 answers

PhoneGap image from external source

I have strange problem when I try to display image in my PhoneGap app with some external source, app works fine in browser but when I open it on a mobile phone for example in PhoneGap Developer image doesn't render.
  • 2
    votes
    0 answers

    Content Security Policy has been added phonegap

    My PhoneGap app is not automatically refreshed when there is a change in any of the file. On desktop's PhoneGap client I can see on the console that it is detecting the change but doesn't refresh the app. I also get this message below: Content…
    mohsinali1317
    • 4,255
    • 9
    • 46
    • 85
    2
    votes
    1 answer

    Using SQLite with Phonegap Desktop

    I am opening a SQLite database in phonegap. This is my javascript code : var myDB = null; function onDeviceReady() { myDB = window.openDatabase("test", "1.0", "Test DB", 1000000); //myDB =…
    2
    votes
    2 answers

    Error Building Android App with Cordova

    I created a project with phone gap with simple login and was working fine with the phonegap developer app on mobile. When I tried to build the android app using the command cordova build android I am getting the following error Error: Source path…
    AeJey
    • 1,447
    • 20
    • 40
    2
    votes
    3 answers

    Can bootstrap be used along with html, css, js to build apps using phonegap?

    I dont know much about phonegap except that it can build apps from html, css, js. My question is whether bootstrap can be used along with html, css, js to build apps using phonegap?
    2
    votes
    1 answer

    Phonegap android apk cannot be uploaded

    I get the following error while I try to upload apk to publish in the playstore. "You need to use a different package name because "com.phonegap.www" already exists in Google Play." While creating the app in Phonegap-desktop I've given a different…
    susan
    • 53
    • 5
    2
    votes
    0 answers

    Phonegap asking for too many permissions

    When I'm building my app into a .APK file and while trying to install it on my Samsung Galaxy S3 phone it's asking for all the permissions like Camera. The app supposed to be not asking any permissions except for INTERNET because it needs it. I…
    Staafsak
    • 440
    • 1
    • 4
    • 12
    1
    2
    3
    11 12