Questions tagged as 'ionic3'

0
answers

Join two firebase tables or be able to represent the results in an ionic model object

We have a big problem when it comes to browsing the database and taking the data from firebase to ionic. We have a database structure in the following way: "dato" : { "dat01" : { "descripcion" : "Desc", "tem01" : true,...
asked by 29.05.2018 / 22:26
1
answer

Compile apk using ionic 3

I'm trying to complil my app on ionic and it shows me this error. PS D:\Trabajo\Ionic\Proyecto\miProyecto> ionic cordova build --release android Running app-scripts build: --platform android --target cordova [15:03:39] build dev st...
asked by 31.05.2018 / 21:14
0
answers

How to make a timer in ionic

Good morning I'm doing a program in which I have a marker on a map and I need it to move through time but I do not know how to do a timer that starts from 0 to the moment and moves forward in milliseconds to modify the coordinate from my scorebo...
asked by 24.05.2018 / 18:33
0
answers

Display firebase data in an ionic grid

My question is this, I have this code in the file administrador.ts : import { Component } from '@angular/core'; import { IonicPage, NavController, NavParams, AlertController } from 'ionic-angular'; import { AngularFireList, AngularFireDa...
asked by 18.05.2018 / 22:55
1
answer

Compiled ionic application does not install

I have a problem, I was working on an application using Ionic, all normal until the time to try the apk, when I pass it to my cell phone and try to install it, it does not install, the only error it gives me is the message of "application not in...
asked by 13.05.2018 / 23:07
1
answer

Can not read property 'name' of undefined

I'm creating an app on ionic It is an assistance app that has a service. And the html contains an ngfor and a {{note.name}} and when clicking on the names, I returned the error can not read property 'name' undefined Here I leave the code Home...
asked by 09.05.2018 / 03:11
0
answers

error running ionic cordova build android

Here I put what the console returns when running ionic cordova build android. Running app-scripts build: --platform android --target cordova [08:42:07] build dev started ... [08:42:07] clean started ... [08:42:07] clean finished in...
asked by 08.05.2018 / 15:26
2
answers

How to walk a json with ionic 3

I'm working with ionic3 and angular4, I'm running a json from a rest api (through the url) without any problem, but I just want to access a specific data of this json. For example, only to position "1". Home.ts: To tour it: <io...
asked by 15.05.2018 / 23:49
0
answers

create multipart / form-data form to send data

I am trying to create a form in ionic 3 to send data from a form, the form contains an image and it is sent to an api-rest that I have listening to with flask, the case is that I do not know how to do this with ionic but I would be very useful,...
asked by 08.05.2018 / 21:38
0
answers

Ionic keyboard doesnt show in 4.1 and 5.1 version

Ionic issues showing keyboard in versions 4.1 and 5.1, this is the error I got. this is my local stack:    cli packages: (/ usr / local / lib / node_modules) @ionic/cli-plugin-proxy : 1.5.8 @ionic/cli-utils : 1.13.1 ionic (Ioni...
asked by 27.04.2018 / 21:10