Questions tagged as 'ionic2'

2
answers

execute a process in ionic 4, similar to a linux demon?

How could you run a process like a daemon in linux, that is to say a process in the background, as you would do, try with BackgroundMode when you start the application and nothing, as you would.     
asked by 03.11.2018 / 15:08
0
answers

Ionic does not install all the plugins with ionic cordova platform add android

I've been dealing with a problem lately that has my head crazy (since the project is for a final project, worth the redundancy). The problem is that every time I'm going to compile the app for android (for now I will not use ios) either with...
asked by 11.08.2018 / 16:56
0
answers

Show cell location in real time with IONIC

I have an application that shows the bus routes of the city. And I want to do that through a phone that has the location always on, can show in Google Maps the location of that phone. How could I do it? How would you connect it with the app? Can...
asked by 17.08.2018 / 01:48
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
0
answers

How to group data from one JSON into another?

I have a problem already days I am trying to group a json by date as the one of these contacts: { 'nombre': 'andres', 'apellido': 'medina', 'fecha': 'Mon Mar 27 2018 6:16:37 GMT-0500 (Eastern Standard Time)', 'estado':...
asked by 27.03.2018 / 22:36
1
answer

how can I dynamically generate ionic components?

Let's say if I have a text and input field a 5 will generate 5 buttons or if I enter a 7 then 7 buttons will be generated     
asked by 14.03.2018 / 04:57
0
answers

Why does data.rows.length return 0 when making an insert in a BD SQLite?

I'm having problems inserting data into a SQlite database on Ionic 2. basically I do not know if it's really inserting me. This is the method of the creation I insert test = "prueba"; initializeDatabase(){ return this.sqlite.creat...
asked by 25.02.2018 / 15:23
0
answers

Any plugin of ionic v2 to know if I have internet in the network that connects me?

Review the documentation and implement this plugin in my app link When reviewing its functionality, I realize that it only informs you if you connected to a wifi network, 4g or if you are disconnected, BUT when we are "connected to any wi...
asked by 15.02.2018 / 16:20
0
answers

How to update all occurrences of the nick when the nick is modified in userProfile

I have a structure where a user stores their favorite users and this field repeats some fields like nick, level and photo. When a user modifies their nick I want to modify it in all the favorite nodes of the users that have this as a favorite...
asked by 12.02.2018 / 02:09