Questions tagged [phonegap-cli]

phonegap-cli is the Command Line Interface for Phonegap. It is an open-source, cross-device mobile development platform. It uses HTML, JavaScript, and CSS to create applications. Functionality is achieved through plugins. It is synonymous with Cordova.

233 questions
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

Phonegap splash screen does not work in IOS

I added splash.png to default root(with index.html path) Then I added splash plugin to config.xml
user1688401
  • 1,851
  • 8
  • 47
  • 83
1
vote
0 answers

Rename Sencha touch 2 project without rebuilding native packager

I have existing project on Sencha touch 2. Now I want to change application name. As packager I use phonegap. Is there any way to change app name without rebuilding all phonegap project (plugins etc)?
Pavlo Zhukov
  • 3,007
  • 3
  • 26
  • 43
1
vote
1 answer

Error on adding iOS platform to phonegap project

I have got next error when I try to add iOS platform after delete it from phonegap project: > /usr/local/bin/phonegap platform add ios Adding ios project... Creating Cordova project for the iOS platform: Path: platforms/ios Package:…
Pavlo Zhukov
  • 3,007
  • 3
  • 26
  • 43
1
vote
1 answer

Polymer StarterKit doesn't work on PhoneGap / Cordova

I'm trying to Create Android PhoneGap using Polymer ,it is worked very well on browser http://192.168.1.2:8080/ , But don't work on the phone code Polymer Starter Kit index.php
A. El-zahaby
  • 1,130
  • 11
  • 32
1
vote
1 answer

load dynamic external image from url phonegap

I am doing an ajax call and dynamically loading info, im getting the image name from the server the image is also on the server, when im testing on the pc it works fine the image displays but when i deploy to my phone the image is not there... any…
1
vote
1 answer

EPERM error when serving Phonegap under Windows 10 Ubuntu Bash

I'm following through the Get Started guide for PhoneGap. I've installed the Phonegap CLI via yarn global add phonegap. I then created a new project using phonegap create. Now I'm trying to run it with phonegap serve but immediately I get an…
Rowan Freeman
  • 15,724
  • 11
  • 69
  • 100
1
vote
0 answers

Can I disable iOS PhotoLibrary usage setting from xcode?

I'm use phonegap to build ios app, after I tried to submit app via iTunes Connect, I got following message. **Missing Info.plist key** - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must…
user2650480
  • 429
  • 2
  • 5
  • 17
1
vote
1 answer

Phonegap html5 video full screen breaks back button behavior

I'm using Phonegap in combination with Framework7. I have a really strange issue. I'm using html5 video tag to stream video. Streaming works perfectly fine. Issue appears when I go fullscreen. After exiting full screen and pressing back button…
paradox37
  • 435
  • 5
  • 17
1
vote
1 answer

After installation Adobe phonegap is not working (Windows)

First Of all when I tried to install it using win32 installer Official doc , it hangs the installation process when CLI installation part comes in the process. Seeing that I switched over to the zip installer and run phonegap.exe this came up Image…
1
vote
1 answer

How to open Paypal in inApp Browser using cordova/phonegap

I am integrating PayPal integration using JavaScript in PhoneGap, but I'm facing an issue that it is not opening in the inApp browser. Instead of that it is opening outside of my app. So I want the PayPal URL to be opened in the inApp browser. I'm…
Shivanand L.C
  • 105
  • 1
  • 2
  • 10
1
vote
0 answers

phonegap run android fails

Ii am new to phonegap and running it in iOS simulator is working nicely (from my Mac). However, when I try to phonegap run android I get the following error UP-TO-DATE :transformClassesWithDexForDebug Exception in thread "main"…
suMi
  • 1,536
  • 1
  • 17
  • 30
1
vote
1 answer

Socket.io variable not defined in Phonegap mobile application

I'm trying to develop a mobile application using Phonegap with RequireJs, Backbone, jQuery and I'm running into a problem each time I try to include the requirejs script tag: