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

Phonegap Build - Keyboard open automatic

My problem is the keyboard. I have a blank div with an embed iframe. This iframe is a Dashboard from Power BI and there are two date inputs (to filter the data) that when the user click a calendar open, fine. In the same time the keyboard open and…
0
votes
1 answer

Phonegap app stuck on splash screen for Apple reviewers

I've published around a couple dozen apps to the Apple App Store over the last couple of years with no problems whatsoever. Recently, an app just got rejected due to "We discovered one or more bugs in your app when reviewed on iPhone and iPad…
user2402616
  • 1,434
  • 4
  • 22
  • 38
0
votes
0 answers

PhoneGap Build - Does it set an environment variable to know in code it is being build in phoneGapBuild

I want some part of my code to work only when in mobile app, not on web/internet. How can I make it happen without having to change/comment code while loading into phoneGap build? More specifically, from inside my code, is there a way to find that…
Anilb
  • 43
  • 8
0
votes
2 answers

"Error: spawn EACCES" showing on cordova build android project

Click here to see error image How to resolve this problem?? Thanks in advance
Rahul
  • 9
  • 7
0
votes
1 answer

Phonegap - load external URL in webview not working in release mode apk

I am trying to load external URL in PhoneGap webview using the below mentioned code in my index.html deviceIsReady(): window.open('https://google.com', '_self ', 'location=yes'); and in config.xml:
anurag
  • 1
  • 3
0
votes
1 answer

Error in creating new project in phonegap?

Whenever I want to create new project in phone gap. I have got the following error. Error which i got
Esha Jain
  • 11
  • 6
0
votes
1 answer

When updating code in Phonegap, Malformed config.xml error

I am trying to build a PhoneGap project. If I try to compile my code using PhoneGap Build I get a malformed config.xml error. Everytime I try to upload it, it becomes malformed. This is my config.xml:
user6694839
  • 389
  • 1
  • 2
  • 7
0
votes
1 answer

How to set the icon to appear on Spotlight for a Phonegap App?

I am creating an application that is coded with HTML & Javascript and is built into iOS and Android apps through the Phonegap build web service. When searching the app through Spotlight in iOS, it shows the default Phonegap icon instead of my app…
edoreld
  • 303
  • 1
  • 17
0
votes
2 answers

Phonegap ios logo icon not set in config.xml, it shows the phonegap logo

Here is my config.xml. I set the icons for android which works fine and already publish to google store, but when same app submit for apple store, they reject the app due to metadata missing.
Tahir Alvi
  • 896
  • 2
  • 14
  • 44
0
votes
1 answer

Binary Rejected - TabletApplicationIconHD167 remains blank

I have an phonegab build iOS App which in working fine more than 3 years. Yesterday my iOS App Binary Rejected by Apple review team. They mentioned some icons missing in app. Here is the full details they provide. iPhone icon…
bCliks
  • 2,918
  • 7
  • 29
  • 52
0
votes
1 answer

Rails 5 API and Phonegap

Can anyone explain how or direct me to a tutorial that explains in detail how to connect a Rails 5 API to Phonegap. I'm relatively new to Rails and have no experience with phonegap and have been looking for a few days now for something that…
dgreen22
  • 388
  • 4
  • 19
0
votes
1 answer

Audio Metadata Plugin on PhoneGap not working on IOS

I am successfully using the Audio Metadata Plugin on Android. But when trying to build for IOS it's returning the below error; The following 3rd-party plugin is causing the build to fail and may need to be updated to a newer version:…
0
votes
2 answers

How to have two phonegap applications on one phone

I created two applications with phonegap. I need to have both on my phone so i downloaded both apks. But everytime i try to install the missing application, it only overrides the existing one. How to have both on my phone?
0
votes
0 answers

Phone gap Toggle view is behaving weird after update android webview client

I have list of collapsible view i am using view.toggle(500) code to collapse and expend with animation of 500 millisecond. It was working fine until i update my android web view client. Now its looking bad when i expend and collapse. I am using…
Rakki s
  • 1,426
  • 1
  • 18
  • 42
0
votes
1 answer

Archiver v1.3.0 - Unable to zip directory content without the directory name being the root folder

I am using https://archiverjs.com/docs/ to zip a directory for my PhoneGap application but I have not yet managed to achieve what I want to. I have a folder structured like this: - www - css - images - scripts - config.xml -…
Daniele
  • 239
  • 1
  • 16