Questions tagged as 'apache-cordova'

1
answer

ionic record audio not back to view

I made an app, to record audio, it opens the native recorder, but does not return the audio to view. .controller('MyCtrl', function ($scope, $cordovaCapture) { $scope.captureAudio = function () { var captureSuccess = function (mediaFiles)...
asked by 14.09.2016 / 20:12
2
answers

Cordova Geolocation

I'm having a very strange problem, I have an app running a year and after a few months with no updates when making a new release I realized that the geolocation was not working correctly. When I use the getCurrentPosition function there is no er...
asked by 20.05.2016 / 14:38
1
answer

How to manipulate a link in href

Is it possible to treat a link , for example when I click and the page does not exist, I redirect to a specific place? For a page of "ops this link does not exist" for example. In my case I'm doing an appWeb (phonegap), where I wanted to...
asked by 05.02.2016 / 18:21
2
answers

Turn image into Base 64

I am transforming an image that I send by the camera in base64 but the image is all black, I do not know what is wrong, it follows my code below app.encodeImageUri(mediaFiles[i].fullPath); //Aqui envio o caminho da minha imagem da seguinte man...
asked by 21.08.2015 / 20:53
1
answer

Errors installing Phonegap / Cordova - NodeJS

Your environment has been set up for using Node.js 0.12.6 (x64) and npm. C:\Users\Alexandre>npm install -g phonegap npm **WARN** addRemoteGit Error: not found: git npm **WARN** addRemoteGit at F (C:\Program Files\nodejs\node_modules\npm\...
asked by 05.07.2015 / 21:27
1
answer

SQLiteDatabase transform return into json

Good afternoon, I need to do a query but I can not use the cursor. Example I have an object that I created that is called DatabaseHelper, inside it I have created some methods (prepare, bindParam, getQuery, execute), however in executing I ne...
asked by 20.12.2014 / 20:00
2
answers

Are hybrid applications safe?

I'm starting to want to develop hybrid applications like Phonegap, Cordova or Intel-XDK. Hybrid applications run in a kind of browser. I was wondering is it possible to steal the codes made in hybrid applications. Everyone knows that anyone can...
asked by 29.05.2015 / 15:22
5
answers

Ionic 2 - Status Bar

I can not change the color of my Status Bar with Ionic 2. I checked the documentation and am doing the following. app.js import {StatusBar} from 'ionic-native'; app.js (constructor ()) platform.ready().then(() => { StatusBar.overl...
asked by 08.06.2016 / 02:39
1
answer

Is it possible to use the cord with the nodemon?

I'm starting to study the cordova more but every time I need to use the cordova run browser To upload the server and test the app, with node I use the nodemon to leave the server updating without having to reboot, someone knows so...
asked by 20.02.2016 / 03:25
1
answer

Error installing Cordova Windows 8.1

I'm having trouble installing the cord on my machine, I followed the steps in the Own Cordova but it was not working, it is giving error as follows:     
asked by 19.01.2016 / 21:03