Questions tagged as 'ionic'

0
answers

Face Detect with Javascript

I'm developing an application using Ionic1, I need to develop a function that will identify a person by the photo. Does anyone know of a plugin that would help me with this? I found this service: link But I really want a plugin, or...
asked by 08.03.2018 / 22:03
0
answers

How to create and add a plugin in Ionic3?

Talk about it! I'm trying to create a plugin and add the same to my Ionic project. To speed up I'm cloning the cordova-plugin-template plugin ( link ) plugin shows a message on the screen, in case the message is " Hello Plugin " as it will...
asked by 07.03.2018 / 15:49
0
answers

Using direction service google maps no ionic 3

I'm trying to use directionService to plot a polyline from a point A to B on the map. I follow the following steps. First I create the map using the plugin @ ionic-native / google-maps . let mapOptions: GoogleMapOptions =...
asked by 12.03.2018 / 14:26
1
answer

View Angular + Json ionic 3

I'm trying to display json from a search in my app, but I do not know how to do that. hereisintheappdisplayingintheconsole,butwantedtodisplayintheapp myhtmlcode <ion-header><ion-navbar><buttonion-buttonmenuToggle><ion-ico...
asked by 06.03.2018 / 20:56
0
answers

Ionic and IOS Signing Issues

I'm implementing an application on Ionic with the generation of ipa, but I'm having problems at the time of signing. I have already performed all the procedures that I found on the internet, how will I go about the certificates, changed the p...
asked by 28.02.2018 / 13:18
0
answers

Open external database (SQLite) Ionic 3

I have a SQLite database with multiple tables and one of them is updated with many items from the click of a button, due to long waits that revolves around 30 minutes, one solution is to download the meubanco file. db, I can download the file th...
asked by 02.03.2018 / 13:32
0
answers

IONIC Notification error

This error is occurring in my application:     
asked by 28.02.2018 / 23:19
1
answer

Local notification ionic v1

Good evening. Can anyone help me with how to use CordovaLocalNotification? I created a test button in the view with the function ng-click="testNotification ()" And in my controller it looks like this: .controller ('ListController', f...
asked by 15.02.2018 / 00:14
1
answer

Ionic - Problems Pulling PHP Database Data

Hello, I would like to know how I can pull the data from the database already with the tags in html. I write the data and they come normally, but my table is composed by title, content and in this content I put texts like this: <p>exe...
asked by 12.02.2018 / 13:42
0
answers

How to eliminate these excessive callbacks when using promises and subscribes in TS?

I'm working with ionic 2 and need to make a request in the storage to redeem a previously saved token, after making this request I need to send this token to the API for it to be validated. The problem is that I am polluting my code with Prom...
asked by 14.02.2018 / 18:37