Questions tagged as 'ng-cordova'

1
answer

ngCordova SQLite does not work on Android 6.0 or higher

Good community, testing my application, the SQLite plugin does not work and the plugin to detect the type of Network to which the ngCordova device for Android is connected, when I try to enter these messages appear. deviceready has not fired...
asked by 30.05.2017 / 17:56
1
answer

How to implement SQLite from ngCordova in ionic

Trying to implement the SQLite ngCordova plugin, I have encountered confusion about how to implement the plugin, because in the official page it appears in one way, and in the github repository in another. ngCordova Plugin GitHu...
asked by 10.04.2016 / 01:19
2
answers

Problems when trying to send A request to my web server, from an app created with Ionic Framework

I have a problem with app híbrida , I have two input fields where I put username and password and that sent it to a URL in which is the script PHP hosted (web server that is free) and that request is blocked. From what I h...
asked by 31.08.2016 / 03:23
1
answer

Insert data in sqlite cordova in related tables by foreign keys

I am trying to insert information into a database on a mobile device using a cordova plugin to make use of the sqlite APIs, but I have not been able to do so. I am developing my application using the Ionic development framework. The code I...
asked by 23.12.2016 / 01:46
1
answer

android "Illegal Access" cordovaGeolocation

I have installed the corodova geolocation plugin, could you tell me why because of that error ?, what is intale like on this page link . and I just put: $cordovaGeolocation .getCurrentPosition(posOptions) .then(function (position) { v...
asked by 15.11.2016 / 19:00
2
answers

Can not read property 'openDatabase' of undefined on android

Trying to manage a database on the device through the plugin that facilitates ngCordova , I have come across the following error, and I do not sincerely see the reason. The device has android 4.2.2 Error TypeError: Cannot read property 'op...
asked by 21.12.2016 / 04:20
1
answer

Cordova SQLite with Ionic app

I am developing an application in which I occupy the Cordova Sqlite plugin. I have a problem in the Ios platform when the device does not have internet, every time I enter the application it stops working, in the logs I receive absolutely not...
asked by 04.04.2017 / 16:30
1
answer

Cordova network plugin does not work on a controller

I am using a plugin in order to get the status and connection type of my mobile device through an application. But the plugin only works within $ionicPlatform.ready , at least that happened to me, when I execute it within controller...
asked by 22.10.2016 / 20:17
1
answer

problems with cordova camara ionic

Friends I'm trying to use the camera with ionic this is the controller for the camera but when I run it, I get the error: ionic.bundle.js: 20434 ReferenceError: Camera is not defined and I have removed the plugin platforms and nothing. what can...
asked by 02.10.2016 / 21:31
2
answers

How to upload multiple images with $ cordovaFileTransfer

I am programming an application with angular and ionic compatible with android, I need to upload 5 images to a server and use $ cordovaFileTransfer for this purpose, the problem is that trying to upload the 5 images what it does is upload 5 time...
asked by 13.07.2016 / 05:41