Questions tagged as 'phonegap-buillder'

0
answers

cordova-plugin-file-transfer does not work in the compiled app only in production

Well I created a project with phonegap and needed to take photos and send to the server, I made the whole process of installing the pluguins, and I used to transfer the pluguin cordova-plugin-file-transfer to the server. Ok So, it worked fine...
asked by 19.10.2018 / 15:54
0
answers

How to send Image to the server of a Phonegap Mobile app with PHP?

I have a hybrid, functional application using Phonegap. My problem now is to send the image obtained from within the app to an external server. This is the code for capturing image using a Cordova plugin. capturePhoto: function(){ navi...
asked by 04.05.2018 / 01:45
0
answers

Phonegap app stay logged in

I already have a ready app made in phonegap, however the need arose that it stay logged in even after closed, as is the case with most app's. All queries are MySQL calling an external server. What should I use for this?     
asked by 03.05.2018 / 04:47
0
answers

Is IONIC project compilation (WWW folder) online possible?

Like PhoneGAP, is it possible to compile an IONIC project online, just by dragging the project's WWW folder?     
asked by 22.04.2018 / 23:01
0
answers

Error generating appx for Windows Phone with Phonegap Build

I made several attempts and when I try to generate the appx through the phonegap build it displays the following error: Cannot decode object: The system cannot find the file specified. 0x80070002 (WIN32: 2 ERROR_FILE_NOT_FOUND) CertUtil: -dump...
asked by 12.04.2018 / 17:17
0
answers

App does not run on the device

Having configured environment (Ubuntu). I run the command: adb devices , and my device appears normally, I proceed to the next command: Iexpectedthecommandtomakemyapprunonmyphone.Butnothinghappens.     
asked by 17.04.2018 / 20:39
1
answer

Multiple inserts with JS (works in browser but in app generated by phonegap build not)

Updating the solution by @Sveen, changing var by const , however it worked only in the browser, in the app it continues to replicate only one value: for (var i in dados.valor) { const query = "INSERT INTO teste ..."; localDB.t...
asked by 28.03.2018 / 19:03
0
answers

Error using cameragap Phonegap Builder

I'm trying to generate an APK that uses Phonegap's camera access plug-in, when testing on the phonegap developer the application works as expected, access the camera, take photos, etc. When I generate the apk in the phonegap build I get this err...
asked by 26.01.2018 / 18:04
2
answers

I can not get file size

I have the following problem in my code it can not get into the function to get the size of the file, I'm using Phonegap for development, follow the code below function onSuccess(imageData) { window.resolveLocalFileSystemURL(imageData, funct...
asked by 08.01.2018 / 20:05
1
answer

jQuery in PhoneGap does not work after it generates APK

I tested jQuery only the command iniciar_cadastro: function(){ window.location = 'cadastro.html'; } }; By pressing a button, it works when the phoneGap is used for testing on the cell phone, but when it generates APK test with th...
asked by 28.12.2017 / 07:29