Questions tagged as 'ionic-framework'

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

Create an ionic apk. error when executing build

When trying to create an apk to test it on the mobile I get the following error. The steps I follow are the following but in the last step I get an error.    ionic cordova platform rm android       ionic cordova platform add android     ...
asked by 08.10.2018 / 14:04
0
answers

Delete a firebase item from ionic 3

I get an error in removing a firebase item. I can add but not delete if I delete, I delete the entire table. My code: import { AngularFireDatabase } from 'angularfire2/database'; export class LoginPage { arrData = []; $...
asked by 03.10.2018 / 18:56
1
answer

Ionic Undefined after doing get

Hello I have problems with IONIC, every time I print console.log (this.items) it prints undefined, however console.log (data) prints without problems. Ionic App Scripts: 3.2.0 Angular Core: 5.2.11 Angular Compiler CLI: 5.2.11 Node: 8.1...
asked by 01.10.2018 / 08:17
0
answers

Encapsulate a website in an Ionic v1 app

I'm working with Ionic v1 and I need to encapsulate a web in an Ionic v1 app I have created a blank Ionic v1 project with the following code. !DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="v...
asked by 12.07.2018 / 16:00
0
answers

Group data in the view

My question arises because I need to show the data of a query to my Database in a more aesthetic way, I explain: I have a table in which I store sports teams, but each team has a group, for example when playing a qualifying tournament by grou...
asked by 14.06.2018 / 02:25
0
answers

Generate PDF based on HTML code

I am in a problem and I turn to you to see possible solutions. I work in an application with Ionic (v1) and inside the app I have an HTML prototype template, from one of the flows the data that we show in the pdf comes out. I get the html cod...
asked by 23.05.2018 / 16:23
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
0
answers

Push Notifications in IOS with Ionic Framework

I am developing an app with the Ionic Framework, which has implemented notifications with gcm on the Android platform, the notifications arrive correctly, in IOS the same app does not receive notifications. On Android I have something similar...
asked by 17.05.2018 / 17:42
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