Questions tagged as 'cordova'

6
answers

Database storage on Android and iOS with Cordova

I have developed applications for Android mobile devices with Cordova that have used localStorage to save the data, because they were small amounts (configuration, records and high scores, etc.) and, until now, I have not had any problems...
asked by 16.08.2016 / 17:16
1
answer

Error 404 on AJAX requests from Android after changing the server certificate

We are doing a hybrid app with Phonegap and jQuery Mobile that, through ajax requests, retrieves some data from an external server in JSON format and then treats them. We have never had any problems in iOS or Android. Since we updated the s...
asked by 18.12.2015 / 09:04
1
answer

Send email with ionic framework

I am trying to send an e-mail when I click on a button. I have followed a tutorial but what I have done does not work. This is my code: app.js: angular.module('starter', ['ionic']) .run(function($ionicPlatform) { $ionicPlatform.ready(...
asked by 21.07.2016 / 08:32
2
answers

Error: Requirements check failed for JDK 1.8 or greater

I wanted to launch the commands: ionic build android or ionic run android --device But he always throws me this eror: Error: Requirements check failed for JDK 1.8 or greater The version of java I have is 1.8.0_111, I have the env...
asked by 08.01.2017 / 06:36
2
answers

Cordova - Is it possible to send push notifications, keeping the app completely closed, without running?

I'm in full development of an app in Cordova (Android + iOS), and I need to run a series of push notifications, sent from the server. These should work when the app is running in the background, or the device blocked, or directly with the app wi...
asked by 30.12.2016 / 16:09
1
answer

Error installing cordova by NPM

I'm starting in Ionic framework and I'm trying to install cordova with the command npm install -g cordova but I loose this error, does anyone know why? sommer@sommer-AO532h:~$ npm install -g cordova npm WARN deprecated [email protected]: Use...
asked by 25.06.2017 / 21:47
3
answers

How can I convert the URL of a base64 image (IONIC 2)

this.camera.getPicture({ sourceType: this.camera.PictureSourceType.PHOTOLIBRARY, destinationType: this.camera.DestinationType.FILE_URI, quality: 100, encodingType: this.camera.EncodingType.PNG, }).then(imageData => { console.log('EST...
asked by 10.08.2017 / 19:13
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

Help with bluetooth ionic application

I'm just starting with Ionic . I am trying to make an application to connect my cell phone with my notebook by bluetooth through plugin cordova-plugin-networking-bluetooth . Using the official plugin website as help: link . I was...
asked by 25.09.2016 / 06:42
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