Questions tagged as 'phonegap'

0
answers

How to run Ajax from an app developed in phonegap?

Eh been testing phonegap and ajax requests from the browser and the phonegap developer emulator work perfect, but when building the apk. of the application and install it do not work the ajax requests this is the configuration of my config.xml f...
asked by 09.07.2018 / 20:54
0
answers

phonegap cordova plugin background mauron85 geolocation

I am trying to make an app in which I pull by alert every time the location. It has to be in the background since I am interested in reporting even if the phone is in standby or blocked. I'm using phonegap and the plugin cordova-background-geolo...
asked by 18.06.2018 / 04:29
0
answers

ERROR ITMS-4238 in Application Loader

I have tried to send an application to TestFlight from the Application Loader. It is an application made in Adobe PhoneGap. I understand that it is necessary to increase the version of the application because one has already been uploaded wit...
asked by 15.06.2018 / 17:20
0
answers

Socket IO option origins in App Phonegap

I have a question about the operation of SocketIo for node and an app created in Phonegap, the question is with respect to limiting access to sockets, according to official SocketIo documentation there is an option called "origins" that serves t...
asked by 06.04.2018 / 15:21
0
answers

Phonegap - open internal areas

I'm using Phonegap to make a copy of a website, which I apply the same concepts to develop a web page to this app. What I did is add a simple link. In a common web I have index.html and a link that goes to contacts.html <a href="contact...
asked by 06.04.2018 / 16:52
0
answers

phonegap build version 8.0.0 problem to attach image from android library

Starting with the new version of phonegap 8.0.0 navigator.camera.getPicture (I can take pictures and then see them var cameraImage = document.getElementById('image'); // Unhide image elements //cameraImage.style.display = 'block'; // Show the...
asked by 04.04.2018 / 18:25
0
answers

Receive image in Spring mvc

I am creating an application with Phonegap from which I send an image to a Spring MVC controller, this is my shipping code function subirImagen(fileURL) { var options = new FileUploadOptions(); optio...
asked by 24.03.2018 / 12:53
0
answers

Phonegap login in external application (Trello)

I am developing a mobile app (android) with Phonegap, this application needs to login through Trello, for this I have the following code in Javascript that is executed when a button is pressed, $("#connectLink") .click(function(){ Trel...
asked by 04.04.2018 / 10:57
0
answers

Phonegap redirect is not working

I'm new to this, it's the first time I use framework7, I saw the documentation, and I had to use the framework7 router but apparently it does not work, any idea of how I can make it work? // Initialize app var myApp = new Framework7();...
asked by 03.02.2018 / 02:54
1
answer

LocalStorage login with Phonegap

I am creating an app from 0 with phonegap, I have the login and registration created correctly, connected to the db using javascript and php. All perfect, but of course I want to start remembering that the user is logged in. The fact is that I f...
asked by 14.01.2018 / 14:53