Questions tagged as 'apache-cordova'

2
answers

Error executing the cordova build command

I'm running the command build cordova (after finishing the settings exemplified at this link: PhoneGap The Command-Line Interface ). But Node.js returns this error:    Generating config.xml from defaults for platform "android"   P...
asked by 19.02.2014 / 15:34
2
answers

PHP / MySQL site integration with App Phonegap

I'm creating a website and an App with Phonegap, I'm new to programming for mobile platforms. This site has a database and I want this database to be available directly in the App, but I do not want access to removal in the database. How c...
asked by 08.04.2014 / 01:30
2
answers

How to use CSS style in application?

I created an app for Android using App Framework from Intel and did the build with PhoneGap. It has the visual style of the framework , but when I run it on the Android device, it uses the native, black look. How do I reverse this?  ...
asked by 28.08.2014 / 15:47
1
answer

Accentuation-Based Error [duplicate]

Hello I'm developing a Hybrid APP that uses a PHP Webservice to send an email and call a procedure in MySQL by filling it with the same email data, until the part of sending the email is all OK it sends successfully, however at the moment I...
asked by 20.07.2016 / 13:12
1
answer

What are packages?

I'm starting with Phonegap and creating a project has the following structure: phonegap create helloWorld com.dominio.pasta HelloWorld But I never understood about this package. Is it a URL in reverse? What is it for? Can anyone explain me?...
asked by 02.06.2015 / 15:08
2
answers

HTTP GET using localhost

I'm creating an application using phonegap + onsen framework that will be powered by Web Services (RestFul). But I can not make a conversation between the two parties. My call to the Web Service looks like this: $http.get('http://localho...
asked by 30.07.2015 / 03:34
2
answers

Apache License Doubt Version 2.0

I'm developing an app with Cordova, the app can be downloaded for free, only some built-in features will cost. I needed to use this link plugin to manipulate googlemaps, which is under the Apache v2.0 license. What do I need to do to be...
asked by 23.11.2015 / 15:31
3
answers

Run a function while holding button, stop when releasing

How to execute a function when the user hold a button and stop executing when the user releases the button. As in WhatsApp when you are going to record an audio ...     
asked by 31.05.2017 / 16:25
1
answer

Enable CORS via JavaScript (Phonegap)

I'm creating a Phonegap application that consumes a Web Service (Web Service) API, and I need to access an external domain. Searching through the web I found that I had to enable CORS via JavaScript to be able to access other domains. In this wa...
asked by 24.02.2015 / 20:41
1
answer

I can not insert data into sqlite using javascript

I'm creating a smartphone app using Cordova for a college project. the App consists of a simple register of patients. I'm having trouble writing data to the bank. Initially the recording was working, but I forgot to include an id field with a...
asked by 23.04.2014 / 17:53