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

Phonegap build set iOS dialog language

I have a file input in my Phonegap app. On iOS, the file input opens a dialog from the OS itself with the question what action you want to take: Take photo, Photo library, Dropbox or More. Is it possible to set the language of that dialog somehow?…
Kris
  • 824
  • 2
  • 12
  • 28
0
votes
0 answers

cordova-2.9.1.jar Breaks My App

I have a PhoneGap App and I am trying to add DroidGap: import org.apache.cordova.DroidGap; public class RestartAppActivity extends DroidGap { @Override public void onCreate(Bundle savedInstanceState) { …
nmnir
  • 568
  • 1
  • 10
  • 24
0
votes
0 answers

Ionic 2 - iOS NotRegistered

I have done an App in Ionic 2 with the phonegap-plugin-push for notifications. It works really well with Android but when I try to run it on the iOS it have a few problems. I can get the registration token but when I do a push message I get the…
João Silva
  • 531
  • 4
  • 21
  • 40
0
votes
1 answer

Migrate an adobe account (Certificates to build)

Im having this issue today, we developed some apps years ago, with an adobe id from one of our developers. The person who own the account doesnt work with us anymore, so we are trying to migrate the account, just for the certificates we have there…
jspasiuk
  • 71
  • 1
  • 9
0
votes
1 answer

How to use multiple pages in Phonegap?

I have checked out the forum a lot and there are many similar question to this, but none have the answer what I am looking for so hope someone can help me! I am building an app with phonegap and it have previously worked fine. Now it was time for an…
Kiam
  • 3
  • 2
0
votes
0 answers

build.phonegap PhoneGap App Crashes on Launch

I built a simple Hello World-style phonegap app and QR-code installed it from the build website. Immediately on launch it crashes. According to the crash log there is a call to abort() I can't seem to find any info on this crash on the web.
screenglow
  • 1,876
  • 4
  • 20
  • 22
0
votes
1 answer

PhoneGap Build API for Node.js - Unable to load a custom build

I am trying to upload a zip file containing my App into PhoneGap Build by using the API with Node.js but it doesn't work, it does if I upload the file manually from the website. After a successfully authentication with this piece of…
Daniele
  • 239
  • 1
  • 16
0
votes
1 answer

How to show welcome screen or tutorial screen in cordova app

Greetings. I am creating an app using cordova. Is there a way to show welcome screen or tutorial screen on start of the app. i want to show 3 or 4 slides with a button in the last slide. when user click the button i want the welcome screen to close.…
john livingston
  • 115
  • 1
  • 3
  • 16
0
votes
1 answer

Internals of cordova build android

I looked all over the internet but couldn't find a satisfactory answer. I wanted to know the exact build process that cordova uses to build an .apk file. What is the internal process? How does it deal with the plugin? Does it copy the plugin (js)…
ANewGuyInTown
  • 5,957
  • 5
  • 33
  • 45
0
votes
1 answer

Error while running Cordova project to Windows device?

I'm a beginner developer for Cordova apps (Hybrid Application project) Currently the following platforms are listed using this commandline window: cordova platform -l Installed platforms: Available platforms: amazon-fireos ~3.6.3 (deprecated) …
0
votes
1 answer

using inappbrowser in index.html

I am creating a radio streaming app. I am using javascript file from my radio server to show 'now playing' and 'Recent tracks' widgets. I know that the javascript files from web server works only with inappbrowser plugin. And it works when i open…
john livingston
  • 115
  • 1
  • 3
  • 16
0
votes
1 answer

How to perform Push Notification in adobe Phonegap using Firebase Cloud Messaging

Currently I am developing hybrid application using Adobe phonegap. I have created java web based application which contains .html, javascript and css files. I have put server side code into cloud. I have developed hybrid app. but now i have to…
0
votes
1 answer

How to add basic UI components in cordova project?

I am beginner of cordova learning project and creating a sample application using eclipse. Using CSS file I am able to change image, height, width, margin and padding around it. Now, to show Labels, Buttons and Radio button, listview how to add such…
Swift
  • 271
  • 3
  • 13
0
votes
1 answer

Phonegap app not initially filling 100% of viewport height

I have an issue when testing a phoengap app on my Samsung Galaxy smart phone. On the initial load, the body does not fill 100% of the viewport's height (see image.) This happens irrespective of whether the phone is in portrait or landscape mode.…
mojobullfrog
  • 189
  • 3
  • 11
0
votes
1 answer

Phonegap Store Locator get nearest store to current location

I am going to be working on an app which will have a list of locations in a google map and will show all the locations read from an external json file. Up to there all good but I would like to know if it is possible to have the app detect my current…
user7776690