Questions tagged as 'apache-cordova'

1
answer

Ionic audio capture

I made an app that captures audio by the native recorder of the cell phone, now I needed to get these stockings, how can I get the phone media? I made the following controller to capture .controller('CapturaAudio', function ($scope, $cordov...
asked by 13.09.2016 / 19:50
1
answer

Record selection rule based on date and time

I am developing an online betting system and when selecting the games registered in the system I need to select only the games from the current day onwards, additionally I need to make sure not to select the games that have already started, ie t...
asked by 21.01.2017 / 17:59
0
answers

Unknown android-studio VDM error

I'm having problems creating a device in android-studio because of much searching on the net I decided to put a question here to see if someonecan respond. I use Ubuntu 16.04 and the project in question was created in PhoneGap, of course I on...
asked by 06.10.2016 / 21:26
2
answers

How to create a connection to an external db with a Phonegap app?

I'm entering and studying the Phonegap / Cordova world and I want to start developing cooler and more interacting apps, but I'm finding this limitation in most places I find to learn, databases for apps using Phonegap / Cordova are local and I w...
asked by 10.07.2016 / 14:22
0
answers

Error, status 200 load Ajax

I have a call ajax that falls in callback error and brings me a status 200 and statusText load . Follow the ajax: $.ajax({ type: "GET", crossDomain: "true", dataType: "jsonp",...
asked by 01.04.2016 / 20:10
1
answer

Registration insertion with webservice returns error but inserts into the database

Hello, I have a javascript function that makes an ajax call to a php file that should insert the records into the MySQL database. Well, I'm getting the records but the function is returning an error. Does anyone know the reason for the error? Tha...
asked by 28.09.2016 / 15:40
3
answers

Installation PhoneGap

After running sudo npm install -g phonegap and trying to create a project with phonegap create my-app the return of the terminal is this; module.js:340 throw err; ^ Error: Cannot find module 'bplist-parser' at Function.Modu...
asked by 17.12.2015 / 17:05
1
answer

Facebook login with Ionic / AngularJS?

I'm trying to login from facebook with Ionic / AngularJS. Whenever I try to login, I get this error:    Object {errorMessage: "User canceled dialog", errorCode: "4201"} I'm following this example: Login Facebook with Ionic How do...
asked by 01.12.2015 / 11:37
1
answer

Problem with PhoneGap

How can I solve my problem? I type: C:\Users\Micro>cd MyApp C:\Users\Micro\MyApp>phonegap run android Then it appears: [phonegap] executing 'cordova run android' ... Error: Failed to find 'ANDROID_HOME' environment variable. T...
asked by 01.08.2016 / 04:53
0
answers

Phonegap wifi network

Is there a way to retrieve network information that the device is connected to? I would like to send to the webservice the network where the device is connected.     
asked by 07.01.2016 / 12:12