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.
Questions tagged [phonegap-cli]
233 questions
0
votes
2 answers
XAMPP, Eclipse, PHP, MySQL: Fatal error: Call to a member function fetch_array() on null
Beginner here, I am trying to make a call from the PhoneGap application to a web server using XAMPP local host for a school assignment. I have a working login.php file from one of the previous projects. However, once transferred to the new project,…

Detective merry
- 384
- 1
- 21
0
votes
1 answer
cross domain not working for ios phonegap
Actually I have a ajax request on phonegap for IOS platform. and I have two domain like 1. example.com/folder/contact.php?id=id and another one is 2. example2.com/folder/contact.php?id=id
So when url hit second domain (example2.com), it's nothing…

Bubai Das
- 58
- 9
0
votes
1 answer
How to remove all Plugins from Cordova all?
may anyone tell me how to remove all plugin of Cordova app by one command OS windows 10.

Sourabh
- 644
- 1
- 7
- 14
0
votes
2 answers
PhoneGap Build 6.1.0 not respecting android-minSdkVersion
I've been building an app for months on PhoneGap Build using cli-5.2.0, now due to plugins and Android M permissions I was forced to move to cli-6.1.0 and gradle build.
Suddenly it's not respecting android-minSdkVersion anymore, I usually build 2…

gcampos
- 19
- 6
0
votes
1 answer
Phonegap Build Open all external links on default browser
I am working on a phonegap build project and I need to open all external links on the default browser.
I've tried this setting:
but that's not opening the link in the default browser.
How can I…

Satch3000
- 47,356
- 86
- 216
- 346
0
votes
0 answers
Manage permission in phonegap android
When we try to restrain permission list asked at application installation no one of our try does work.
We try to add
in /config.xml Should we put it in www/config.xml (there is no file with this name…

Patrick Valibus
- 227
- 4
- 17
0
votes
1 answer
Is it possible to change the tree view in www folder in PhoneGap?
I would like to modify the tree view IN the 'www' folder of PhoneGap .
When creating the project, the automatic generation of files creates it own tree :
I would like to modify it to get this:
The 'common' folder contains the css, js and img…

MedMatrix
- 326
- 5
- 19
0
votes
1 answer
Textbox focus in phonegap does not work
I am trying this link http://jsfiddle.net/QRj83/ to make it work on my phonegap app. The codes is working properly in the website but not in the phonegap app. There is no error shown and it's strange why is not working. Have someone encountered that…

Gracia
- 214
- 1
- 7
0
votes
1 answer
How to set android-minSdkVersion correctly in Phonegap CLI
I am using Phonegap CLI 6.0.3 to generate android app. I want to set minSdkVersion = 19.
according to how-do-i-specify-the-android-api-level-in-phonegap and how-can-i-specify-the-minimum-sdk-in-phonegap-it-is-ignoring-android-minsdkvers, i should…

Lokin.S
- 53
- 1
- 11
0
votes
2 answers
How can I signing my apps in cordova 6
I have done my app. It is working well in debugging mode.
I am using cordova cli to build apk.
cordova build android
However i have worried about app signing process. Cordova documentation is not clear to me at all. In their documentation confusion…

Mahbubur Rahman Khan
- 375
- 3
- 22
0
votes
1 answer
Phone Gap Ajax fail on https
I create rest api wchich contains only html+css+js files.
I have simple function login wchich get by json get data.
When i run this app on my server i'v got a ajax error : status Ready 0 , status 0
But when i run this code on http on diffrent port…

Przemysław Zamorski
- 741
- 2
- 14
- 31
0
votes
1 answer
cordova build/run android command does not work on windows?
I am begginer to Phonegap and cordova. I have got a task to build an existing project. So i have fired following command in projects root derictory:
cordova build android
But it is not building successfully , and showing following error…

Anonymous
- 1,726
- 4
- 22
- 47
0
votes
1 answer
Method scope inside Java switch statement
In a rather loose way this question follows on from my previous one. The context here is building Android APKs with Phonegap CLI configured, via build-extras.gradle to use Java 7. Here is my code
public boolean execute(String action, JSONArray…

DroidOS
- 8,530
- 16
- 99
- 171
0
votes
1 answer
Can we access Mysql database using apache cordova without using php
I am a student and I am creating android app using apache cordova.
I want to access MySql Database of hosted website using apache cordova.
Please suggest me how can I do it.
Thanks in advance

Ajay Dude
- 29
- 5
0
votes
0 answers
Cordova IOS Update issue
After I update ios 4.1.1 in cordova splash screen not working and App running also half of the screen in my ios device, and its working fine in Simulator. I tried iPhone 5c and iPhone 6.
Cordova version 5.2.0
Cordova ios Version 4.1.1

Nasrudeen M
- 1
- 4