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

PhoneGap Barcode Scanning Plugin Issue

I have created a test project to scan the barcode through this link: https://github.com/cfjedimaster/Cordova-Examples/tree/master/barcode and added the plugin BarcodeScanner plugin through this…
0
votes
1 answer

Ionic 3 serve like Phonegap app

I want to develop Ionic 3 hybrid mobile application, but i am confused about one part, is there functionality similar to Phonegap functionality, Phonegap have possibility to serve application over his IP address, so , if i have installed Phonegap…
MPetrovic
  • 123
  • 1
  • 5
  • 18
0
votes
1 answer

Custom Splash Screen size - Tabris-JS

I've searched around questions but I didn't find anything. I'm new to Tabris-JS framework, is very powerful and simple but I have some issue with the Splash Screen. As mentioned in this commit, in Tabris-JS 2.x there are two theme options: one light…
denis
  • 37
  • 6
0
votes
1 answer

bind a value to input

i have a function, that will give a string, i need to send that string on to the DOM input box How could i achieve this. if (results[1]) { var Canvas = document.getElementById(s); alert("Location: " +…
Yokesh Varadhan
  • 1,636
  • 4
  • 21
  • 47
0
votes
1 answer

empty array when post data ajax phonegap

I am trying use ajax in phonegap. When I post data - php always take null array. And it is not wrong code. I wonder if something with url is wrong. Is it possible? Or maybe I should add some more access? I have really no idea what i do incorrectly.…
workhard
  • 3
  • 1
  • 2
0
votes
1 answer

Can't get Phonegap app to launch on android Samsung Galaxy s6

I have an app that I have previously released on the Google Play store and also iTunes however we have not made a new version for about 6 months. With the previous version I never had any issue installing on Android devices. My method was simple,…
Dallas Caley
  • 5,367
  • 6
  • 40
  • 69
0
votes
0 answers

Intelli J IDEA Ultimate PhoneGap/Cordova Plugin project run is not working because Environment-Variables

I have got Intelli J IDEA Ultimate, Node.js and PhoneGap/Cordova plugins are Installed. I created a project with PhoneGap/Cordova plugin then I tried to run project with Intelli J IDEA but that gives this error: /usr/local/bin/phonegap run…
0
votes
0 answers

Push Notification not redirecting to a page on app background in Phonegap

I'm using Phonegap and FCM to send push notification in android. Currently I'm receiving push notification and it's redirecting me to a page at tapping on the notification when the app is active. But when in background or closed, it just opens the…
Shihan Khan
  • 2,180
  • 4
  • 34
  • 67
0
votes
1 answer

AdMob banner not displayed in Phonegap

i want to create an android app using phonegap , with a simple basic HTML page as showed in this tutorial. http://pointdeveloper.com/how-to-add-banner-ads-to-phonegap... https://phonegap.com/blog/2016/08/09/appfeel-guest-post/ After adding the…
vipghost
  • 1
  • 2
0
votes
1 answer

PhoneGap CLI serve commands not working

When I try to start my PhoneGap by phonegap serve nothing happens. Please help me. Where is the problem?
Phillip
  • 35
  • 1
  • 7
0
votes
1 answer

Cordova Inappbrowser Android responsive website is opening in Desktop view

Everyone, I am creating an application where I open up every external link in an in-app browser. Now while opening that link it is opening in Desktop view in a Zoomed out manner. I am using like this - var ref =…
0
votes
1 answer

How to handle incoming content with Intent in PhoneGap

I am building a PhoneGap app. I have successfully added the intent filter to the AndroidManifest.xml and when a link is clicked with specified scheme and host, my app is in the list of application capable of opening the link. Up to this it is…
Arka
  • 25
  • 6
0
votes
1 answer
0
votes
3 answers

Open Google Maps with Phonegap 7.0.1

with the previous Phonegap version, I used to open google maps from the app simply opening with an href an url, like this https://www.google.com/maps/dir/?api=1&origin=43.9815648,7.5328161&destination=41.802425,12.6021389 But I noticed, with…
Piero Alberto
  • 3,823
  • 6
  • 56
  • 108
0
votes
1 answer

Running javascript in the background on Phonegap/Cordova IOS?

I have tried different plugins to be able to get an app running in the background on IOS using Phonegap build. It seems however that the app is immediately suspended when the app goes in the background. Is there anyone who have had success with any…
Fred
  • 11
  • 3