Most voted "phonegap-buillder" questions
21 questions
Sort by count of
-
4
votes2
answers2901
viewsCan iOS apps made in Phonegap be compiled in Windows?
Phonegap Builder serves to compile the apps for you, but in iOS gives error when compiling. What do I need to build on iOS using Phonegap Builder? What kind of key does it take to build it? I found…
-
3
votes1
answer412
viewsSplash Screen Mobile
I’m trying to set Splash Screen in my apk developed with Cordova but I’m not getting, I’m following the documentation available on the official website but it does not work, my doubts are as…
-
2
votes3
answers528
viewsCordova/Phonegap error - Unable to start the daemon process
I created a new project Ordova and added the android platform normally as I had done before, but when I run the command cordova buildor cordova runhe gives this error I could not find the solution.…
-
2
votes0
answers67
viewsHow to eliminate error [object] in cell phone?
I created an app with HTML + JS + CSS , and make an external request with Ajax. When I test on my computer it works perfectly , but when I pack and create the . APK it gives the following message:…
-
2
votes2
answers1102
viewsHow to create an app in Phonegap using an online page?
I would like to create an application that requires constant data update, fast maintenance and development in a very short time, the application has no requirements other than to display information…
-
1
votes1
answer25
viewsOptimization of Hybrid Applications
can during a scroll of a list with many elements, render only the on-screen, by means of a check of the current scroll movement that cancels itself and creating a parent div that has its height,…
javascript css ionic apache-cordova phonegap-buillderasked 7 years ago Frederico Guilherme Klser de O 13 -
0
votes1
answer124
viewsHow to rename photo using media capture Cordova plugin
I am developing an application and this application gets some media files(videos, photos and audios) for this I am using the plugin media capture, however when the user takes a photo for example it…
-
0
votes1
answer35
viewsPhonegap: problems when creating android buil
I’m starting work on Phonegap and I haven’t been able to build my project. I get the following errors (as shown below): My SDK has the following installed packages: I have tried several options, but…
-
0
votes2
answers987
viewsPhonegap Build how to change Cordova version
When publishing my application on google play the same 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…
-
0
votes0
answers125
viewsApplication can not access URL via Ajax when on android
I’m trying to learn how to use Phonegap Build. I developed a small application with a simple button, which when clicked, will execute the ajax function of jquery. This function will call an external…
-
0
votes1
answer758
viewsPhonegap build is not compatible with php. How to access a database?
I created an html website and accessed the mysql database by php. I passed the application to my android through the adobe cloud phonegap build and I realized that it will not fetch the data by php…
-
0
votes1
answer72
viewsBuild app Cordova IOS no phonegap build
I’m not able to build a simple app Ordova for IOS, wp8 and android builda right, anyone has been through this problem? I have looked in some places I have found no solution. The files . P12 and .…
-
0
votes1
answer96
viewsI can’t read the value that comes from Iraq to Cordova
Good morning, I have an application in Cordova. I want to connect it to the Arduino through bluetooth. I can’t get the value that comes from Iraq var macAddress = "00:06:66:4D:00:00"; var app = {…
-
0
votes2
answers13
viewsI can’t get the file size
Personal I am with the following problem in my code it fails to enter the function to get the file size, I am using Phonegap for development, follow the code below function onSuccess(imageData) {…
phonegap-buillderasked 6 years, 10 months ago Jacob de Oliveira 301 -
0
votes2
answers488
viewsDoes not load Splash for iOS in Phonegap Build
Hi, I’ve tried several ways to build an app for iOS using the Phonegap Build. The app is generated normally. First the problem was the icon, always appeared the default icon of Cordova. I was able…
javascript xml apache-cordova ionic phonegap-buillderasked 8 years, 2 months ago gabrieloliveira 248 -
0
votes1
answer167
viewsjQuery in Phonegap does not work after it generates APK
I tested jQuery only command iniciar_cadastro: function(){ window.location = 'cadastro.html'; } }; Pressing a button, it works on when I put Phonegap serves testing on mobile, but when Gero APK test…
android apache-cordova cordova-plugin phonegap-buillderasked 6 years, 11 months ago Hyuri Miranda 1 -
0
votes1
answer75
viewsMultiples Inserts with JS (works in the browser but in the app generated by phonegap build not)
Updating by the @Sveen indication solution, in exchange var for const, but it only worked in the browser, in the app it continues replicating only one value: for (var i in dados.valor) { const query…
-
0
votes1
answer190
viewsUnderstanding this use of addeventlistener in Cordova
Hello, studying a little about Cordova and Phonegap, specifically the default application, Helloworld, I noticed the line: Document.addeventlistener('deviceready', this.onDeviceReady, false); which…
-
0
votes1
answer70
viewsReturn Websql query in a global variable?
I am not being able to return the values for Sql query Only within the function $(function () { var sincronizado = 'no'; db.transaction(function(tx) { tx.executeSql('SELECT * FROM quilometragem…
-
-1
votes1
answer20
viewsProblem climbing app build to Apple
I’m trying to build my app with the format . ipa. I am using the application Loader to upload this information. The app development is being done in phonegap. When I try to import to apple, the…
-
-1
votes1
answer164
viewsProblems in making android build in Cordova
Failed to restore plugin "cordova-plugin-file-transfer" from config.xml. You might need to try adding it again. Error: Version of installed plugin: "[email protected]" does not satisfy…