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
10
votes
2 answers

Using Angular UI-Router with Phonegap

I currently have a project built with Angular that I'm deploying to the Phonegap Build service to create iOS and Android distributions. Originally, I was using Angular's built in routing service. However, the need to nest multiple views facilitated…
msandt3
  • 131
  • 2
  • 9
10
votes
3 answers

Phonegap Build Config.xml Malformed

If I add a plugin to the config.xml and upload my project, the config appears to be malformed.
marcel
  • 3,231
  • 8
  • 43
  • 76
10
votes
3 answers

Landscape splash screen for Android in PhoneGap Build

What should I enter to config.xml or what should I do in general, to have PhoneGap Build application's splash screen displayed correctly on Android device in landscape mode? PhoneGap Build (used to compile) docs / blog have nothing on this. Only…
trejder
  • 17,148
  • 27
  • 124
  • 216
9
votes
3 answers

Cordova/Phonegap Android target: not installed [Android Studio Installed]

Still facing this issue. I searched all over google could not found a solutions. Mac OSX Sierra Android Studio 2.3 Cordova/ Phonegap (Latest Version) Requirements check results for android: Java JDK: installed 1.8.0 Android SDK: installed…
9
votes
2 answers

How to install chromecast in Phonegap build

How can i install chromecast in Phonegap build? I did'n found any documentation for phonegap build.
Peter
  • 11,413
  • 31
  • 100
  • 152
9
votes
3 answers

Firebase Push notifications with PhoneGap Build using cordova-plugin-fcm

I need to implement push notifications in a PhoneGap Build app that I'm developing. I didn't find much documentation on using the new Google service, Firebase Cloud Messaging (FCM), but since it is supposed to be what we have to use now I searched…
9
votes
2 answers

Cordova Phonegap local notifications not working

I wanted to first say this is a really nice plugin (https://github.com/katzer/cordova-plugin-local-notifications) but having some difficulties getting it working. I am using an Android and Phonegap CLI. I have tried both CLI 5.0 and now Phonegap…
TheBlackBenzKid
  • 26,324
  • 41
  • 139
  • 209
9
votes
3 answers

Phonegap images not showing

I'm having trouble getting my images to work in my phonegap build. I've read that the absolute paths might not work so i've tried both absolute and relative paths, still no luck. I'm including the images like this:
JazzCat
  • 4,243
  • 1
  • 26
  • 40
9
votes
1 answer

Using camera on Phonegap app with only HTML input, without Camera API

Is it possible to get a photo from camera in a phonegap app only with HTML input, without Camera API? Scenario I developed an app and encapsulated it through Phonegap (Build) Users can submit photos using html file input. But there is no option to…
Paulo Coghi
  • 13,724
  • 14
  • 68
  • 90
9
votes
1 answer

Cordova hooks order

On the Cordova website a see a long list of hooks in alphabetical order, but what is the correct order in which they trigger and get executed? I'm trying to add the cordova.js script to the index.html file's head before build/compile. What happens…
Zorgatone
  • 4,176
  • 4
  • 30
  • 47
9
votes
2 answers

Phonegap (online build) app - no internet connection and network status

My first jquery mobile app contains elements which needs datas from Internet sources like public Google calendars and Amazon affiliate widgets but it works only when I testing in my chrome browser or on a Kindle Fire device with the html5 app…
Andras
  • 109
  • 1
  • 1
  • 7
9
votes
2 answers

Change orientation of ios keyboard?

Im using phonegap.build and i need to do the following on my game app: The game is forced to landscaped mode at all time, and it has no canvas version of it, this is ios and android only game, and i use it with phonegap. With the facebook-connect…
9
votes
2 answers

Phonegap build - Open external page in InAppBrowser or childbrowser with no toolbar and close it?

I want to open an external page in the InAppBrowser or childbrowser, where I don't show any toolbar and where I can have a button in my externalpage that closes the browser and returns to the app from where I opened the browser. So how to close…
Claes Gustavsson
  • 5,509
  • 11
  • 50
  • 86
8
votes
0 answers

Ajax call not working on Android 8 built with Phonegap

I have set a cheap certificate from Digicert on my server but I think it has an intermediate certificate. When testing my application on PhoneGap CLI using phonegap serve Ajax call to my server is working. But when the apk is built on PhoneGap, it…
JMA
  • 974
  • 3
  • 13
  • 41