Questions tagged as 'phonegap-buillder'

2
answers

iOS apps made in Phonegap can be compiled in Windows?

The Phonegap builder serves to compile the applications for you, but on iOS it makes an error when compiling. What does it take to compile on iOS using Phonegap builder? What kind of key do I need to compile it? I found this phonegap link: l...
asked by 27.05.2015 / 18:33
1
answer

Splash Screen Mobile

I'm trying to define Splash Screen in my developed apk with Cordova but I'm not getting it, I'm following the documentation available on the official website but it does not work, my doubts are as follows: Is the config.xml file that I need to...
asked by 21.10.2015 / 21:40
2
answers

How to create an app on Phonegap using an online page?

I would like to create an application that needs constant data maintenance, fast maintenance and development in a very short time, the application has no requirements besides displaying information to the user. I think the best solution would...
asked by 03.11.2015 / 06:01
3
answers

Error Cordova / Phonegap - Unable to start the daemon process

I created a new cordova project and I added the android platform normally as I had done before, but when I run the command cordova build or cordova run it can not find the solution. Does anyone know what I should do?     
asked by 02.10.2015 / 19:48
0
answers

How do I delete the error [object object] on my cell phone?

I created an app with HTML + JS + CSS, and I make an external request with Ajax. When I test on my computer it works perfectly, but when I package and create the .APK it gives the following message:    ALERT [object object] How do I re...
asked by 15.10.2015 / 16:10
2
answers

Do not load Splash for iOS in Phonegap Build

Hello, I have tried in many ways to build an app for iOS using PhoneGap Build . The app is generated normally. First the problem was the icon, always appeared the standard Cordova icon. I was able to display the icon by changing the files...
asked by 13.09.2016 / 18:54
2
answers

Phonegap Build how to change the version of the cord

When I published my application on google play, it was rejected, the reason was this:    Security Alert   We would like to inform you that your app was created in a version of Apache Cordova that contains security vulnerabilities. It is neces...
asked by 15.10.2015 / 15:01
0
answers

Control the actions of the Android back button with Javascript

Good afternoon guys. I'm working with a hybrid app using Phonegap. I created the structure in single html and the navigation is through 3 divs that by javascript, I hide / display. I got a function where I control the action of the back...
asked by 17.12.2018 / 19:54
0
answers

Phonegap login and register

I'm building an html app and started using phonegap so I could see the results on my phone, the problem was when I started using Wamp and PHP, it did not work. It seems that I have something that I should use Ajax but I do not know anything abou...
asked by 03.12.2018 / 10:52
1
answer

Understanding this use of addEventListener in Cordova

Hello, studying a little about Cordova and PhoneGap, specifically the default application HelloWorld, I looked at the line: document.addEventListener ('deviceready', this.onDeviceReady, false); which is in a js (index.js) file. So, as far as I kn...
asked by 06.11.2018 / 03:56