Questions tagged [phonegap-build]

'Phonegap Build', an Adobe cloud service, allows you to upload your HTML, CSS, and Javascript to their build service and returns you your complete package. It removes the need for local build servers and SDK's for each destination platform.

PhoneGap Build is a cloud service for compiling PhoneGap applications.

Adobe PhoneGap provides a way for users to create mobile applications using technologies such as HTML, CSS, and Javascript. Applications created with PhoneGap can be distributed to various vendor app stores (ex: Apple App Store) and installed on a end-user's device like any other native application. Each vendor provides a different toolchain, and each PhoneGap release is compatible with a specific set of tools. This is where PhoneGap Build comes into help.

Here are some of the benefits PhoneGap Build provides:

  • Managed Compilation and Signing (No SDKs)
  • Multiple Supported Platforms
  • Work With Your Team
  • Quicker Development Cycle
2651 questions
0
votes
1 answer

Angular 2 not "in the zone" after PhoneGap Build

I'm seeing a problem similar to Angular 2 Change Detection and Zone are Different in Cordova App, but I haven't been able to isolate the root cause. Background: My company's mobile app has been in both iOS and Google Play stores since July. It's…
rheomatic
  • 1
  • 1
0
votes
0 answers

App crashes on iOS (Phonegap) if multiple images are captured from camera

I am developing Phonegap Application and my application has scenarios where camera is used very frequently. In my application I have used custom camera plugin (https://www.npmjs.com/package/cordova-camera-custom) to take picture and use it in my…
0
votes
1 answer

Phonegap build not sending geolocation

Im trying to send my location to server with Phonegap Build. For some reason it doesn't seem to work. What could be the reason for this and how to solve it? Here is my js // Wait for PhoneGap to load // document.addEventListener("deviceready",…
user1256852
  • 53
  • 4
  • 13
0
votes
1 answer

Error building Cordova apk

I'm new to Cordova, I can run my code in the browser using cordova run browser but I would like to turn it into an apk so I can run it on my phone and really test it. The developer I am working with sends me apk all the time built from the same…
GoldenGonaz
  • 1,116
  • 2
  • 17
  • 42
0
votes
1 answer

PhoneGap Android Build Error: Old Versions and Plugins

I found a solution to the following issue and I would just like to document the solution for any people who have the same problem. In the PhoneGap Android build log I have the following error: Installing "cordova-plugin-file-opener2" at "2.0.7" for…
0
votes
1 answer

Splashscreen does not show when building app with Phonegap

I am building an app with Phonegap, but I can't get the splash screens to work on Android. The icon however works fine. Here is my config.xml:
Faiawuks
  • 81
  • 1
  • 8
0
votes
1 answer

phonegap build cli-6.5.0 Android camera crash/refresh app

I changed the phonegap build version to the new cli-6.5.0. Before, i could use camera to had picture but now, when i use camera, the app crash/refresh. I didn't change my code but it looks like it is not anymore good on android (on iphone is fine)…
Will
  • 1
  • 2
0
votes
1 answer

How to run framework 7 Android Material for PhoneGap?

I downloaded Framework 7 1.5.2 for Phonegap because the latter's built in template is for iOS. And what I need is for Android. However, when I open index.html it shows two phones but no effect. https://i.stack.imgur.com/i1ASU.jpg Here's what it…
0
votes
1 answer

how to avoid black screen in phonegap

how to remove black screen and title in phone-gap app.when i enter into the app i'm getting black screen and project title before i get splash screen.please help how to avoid that.
0
votes
1 answer

background geolocation mauron85 app crashes after installing apk

I had the same issue referred on this link. So to resolve the issue i did what klaus-donnert did,and also went here to download the latest plugin.... below is my xml file:
Japa
  • 632
  • 7
  • 30
0
votes
1 answer

Can't build Phonegap app with plugin from npm

Phonegap Build throws an error during build. I've just added this string to "config.xml". This is my "config.xml" file.
mr.boris
  • 3,667
  • 8
  • 37
  • 70
0
votes
1 answer

Phonegap Build malformed config.xml

This is my config.xml file created using confiGAP desktop app.I am getting malformed config.xml error while trying to build using Adobe phonegap build.Please,help me how to solve this error. this is my first app through phonegap
M Venkat Naidu
  • 85
  • 1
  • 2
  • 8
0
votes
0 answers

Android keyboard hiding some input boxes and cant scroll

Phonegap - When I select an input box on my register form, it loads the keyboard which then hides some of the form. Usually, with an app, you can just scroll up and down but I can't... here's my config. xml.. and I've tried adding these two lines in…
0
votes
1 answer

PhoneGap Build: How not to offer app as an iPad version?

I have an app that I coded in phoneGap and built with phoneGap build. When I upload it to iTunes it wants me to publish screenshots for the iPad version, but I do not want to offer an iPad version. Is this something I would change in my config.xml?
Mike
  • 6,751
  • 23
  • 75
  • 132
0
votes
1 answer

Cordova Plugin Whitelist with Phonegap Build doesn't work on iOS

I'm using the cordova-plugin-whitelist (v 1.3.1) with my cordova app. I have a rule in my config.xml I have code in my app that looks like this: window.open('tel:2065551212'); If I build locally and deploy to the app…
Felix Livni
  • 1,164
  • 13
  • 24