Questions tagged [phonegap]

PhoneGap is a distribution of Apache Cordova. You can think of Apache Cordova as the engine that powers PhoneGap, similar to how Blink is the engine that powers Chrome or Opera. Over time, the PhoneGap distribution may contain additional tools that tie into other Adobe services, which would not be appropriate for an Apache project. For example, PhoneGap Build.

If you are new to PhoneGap, please read this information before posting:

When asking a question, provide us with the following information where it is pertinent:

  • Your PhoneGap and Cordova version, as well as the platform version you are using (Android, iOS, etc.)
  • JavaScript technologies you are using: jQuery, Ionic, etc.
  • Platform(s) you are targeting: iOS, Android, etc.
  • If you have tested on a physical device, include device models as well.
  • OS and version you are building on: PC, Mac, Ubuntu, etc.
  • Software you are using to build/compile: CLI, Eclipse, Adobe products, etc.

If something is "not working" then provide the above and:

  • Post an example that reproduces the error by cutting the code down to the smallest it can be while still demonstrating the error. Please do not post hundreds or thousands of lines of code.
  • Exact error messages you are receiving. These should include the log information before the error message as often the error occurs a long way before the message.
  • Screen shots or animations showing the issue if possible (and an explanation of what's wrong and what you expect to see). Please do not post just the screen shots of error messages as they are often impossible to read and rarely have the right information.
  • Be concise and clear about what your problem is. Remember that nearly no one will have any idea about your project, your level of experience, what your app should do (or shouldn't) or what you have done to try and fix the problem.

The people who get the most help are the people who provide a clear explanation of what their problem is and provide accurate and appropriate information to help others debug their problem. You have to help us to help you.

Useful Links

Source code

Documentation

1811 questions
0
votes
0 answers

404 redirect error with Auth0 in a PhoneGap Cordova Vanilla JS App

After following this guide https://auth0.com/docs/quickstart/native/phonegap to setup Auth0 with the PhoneGap configuration for my Vanilla JS based app, I am able load the lock screen for Auth0, login, but then it redirects back to my original index…
Drew Gallagher
  • 746
  • 2
  • 9
  • 18
0
votes
1 answer

Phonegap Battery cycle count

I would like to know the battery cycle count on my Phonegap app. But I can't find a way to have it. Is it possible with Cordova/Phonegap or should I use native code for each platform ?
0
votes
1 answer

Phonegap Build / geolocation on iOS

I am using phonegap build - Phonegap CLI 7.0.1 My problem is, when I start the app…
0
votes
0 answers

Native App Cordova Build IPA for IOS

I'm building a Native app with CORDOVA. When I test the application on my iPhone with Xcode it's working fine. Export IPA from Xcode However, when I export the IPA from Xcode and drag into my iPhone, it's not working and gives me this error: "A…
Vende Achat
  • 183
  • 1
  • 2
  • 10
0
votes
1 answer

How to cancel a function which was called by another function

I call a function: $(document).on('click', '#home', function() { runfunction2('', ''); // for stopping speech runfunction( 956, 0 ); }) from this function I call another function with…
desmeit
  • 550
  • 1
  • 7
  • 24
0
votes
1 answer

secure client side sql querys?

I am currently building a cordova App for Android. Now I want to run a simple sql query to increase a Number on a database every time a button in the app is clicked. How can i realize this? I mean if I run a Query client side, then someone could…
0
votes
1 answer

PhoneGap jQuery .html not working with when loading images (Only in device, working fine on browser)

I am replacing a div in PhoneGap android application. Both below codes work in browser, but code 01 not working in the device. Code 01 (Not Working Code) var selected_floor = $('#select_floor').find(":selected").val(); $("#image_area").html('
0
votes
1 answer

I have a static dropdown in AngularJS, want it to be dynamic with Firebase

I have an ionic, typescript, AngularJS, Pohnegap developed app. One function that I have is to collect information male or female - I have made this static form Brand
0
votes
1 answer

Adding my own app to the share suggestions

Im currently writing a cross-platform app in phonegap. Its main purpose is to share information. E.g. you are watching a video on youtube and want to share it via my app. How can i add my own app to the suggestions that appear when you're pressing…
Marcel Rosier
  • 63
  • 2
  • 5
0
votes
1 answer

Accessing 3rd part hardware in cordova/android

I just got this android device that has a thermal printer. It also comes with a SDK that has an external .jar file that can be used to communicate with the device. Now I am trying to print text from javascript to the device. In the samples they have…
0
votes
1 answer

Cant get PhoneGap to access IOS camera. Button issues

I cannot get my button to click and access my camera and other functionality. My HTML portion of the code. I do have all of the necessary plugins installed. And I am able to view the buttons I created. But nothing happens when they are clicked.
0
votes
0 answers

Does cordova-plugin-file-transfer have a file size limit?

When attempting to upload a file of size 3,461,681,689 bytes (3GB) using phonegap FileTransfer on android, the server fails to receive any data. A 1GB file succeeded. See code below for reference: var fileURL = fileEntry.toURL(); var options = new…
justin
  • 31
  • 4
0
votes
1 answer

phonegap app extremely slow to load website on ios

I have a phonegap app that opens a website using window.open(). While it works fine in testing, when I compile the app and install it on an iPhone using TestFlight it can take anywhere from 1 minute to 15 minutes to open the website. When it does…
user83358
  • 1,034
  • 3
  • 11
  • 18
0
votes
1 answer

ManateeWords plugin phonegap project works in Chrome but white screen on phonegap developer app

Hi folks I have created a phonegap project and installed 'ManateeWords plugin' and configured by following github instructions and email support from Manatee. It displays proper splash screen in Chrome but Phonegap Developer app on my ios phone…
0
votes
1 answer

Cordova/Phonegap IOS keyboard scroll issue, White background shown

I am currently developing using Phonegap Build. On IOS, when the keyboard shows and the view is scrolled to show what the keyboard is currently in front the view appears corrupted. It is fixed when the user loses and the keyboard closes. The issue…
1 2 3
99
100