Questions tagged as 'ionic-framework'

1
answer

Native Storage Error, does not show the following screen - IONIC 3

I'm trying to implement a login, which has 2 registration options, one with your data that is in FB, and the other put them manually. In the first form, the user uses his / her facebook account, to obtain the corresponding data of this user...
asked by 10.08.2017 / 18: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
1
answer

I can not run my app with ionic

I am new to the forum and in the ionic world, I started to get interested in the development of apps and it seemed like a good ionic option, make the installations as indicated on your page and when you give ionic serve it appears the nex...
asked by 13.10.2018 / 17:14
1
answer

change the background color dynamically in ionic 3

Hi, I wanted to know how I can change the background color, with a button and tried this without any positive results: HTML: <ion-header> <ion-navbar> <ion-title> Ionic Blank </ion-title&...
asked by 03.11.2017 / 22:53
1
answer

Problem installing apk on certain computers

I'm working with Ionic 3 when I created the apk I had the following problem that could only be installed on Android 8 and 7.1 in the lower versions as 7.0 down could not install I get the following error. What I tried to solve without succ...
asked by 23.07.2018 / 02:41
1
answer

Use variables like $ scope or $ timeout in the constructor in Ionic

I am new to Ionic and I am trying to use the background plugin, I have the following simple and functional my application builder: import { Component } from '@angular/core'; import { Platform } from 'ionic-angular'; import { StatusBar } from...
asked by 16.08.2017 / 21:08
2
answers

library does not work: leafletjs Uncaught Error: Can not find module "leaflet" ionic 3?

This is what it is called from the main page: import { Component } from '@angular/core'; import { NavController, NavParams } from 'ionic-angular'; import L from "leaflet"; Use the reference to this page: link     
asked by 09.11.2018 / 13:46
1
answer

Putting a web site inside an Ionic app

I'm working with Ionic 3, what I'm trying to do is put a web site in an Ionic app. I have it resolved but in the home.html I have a button which calls a blank page and puts it there, what I need is that when you open the application you can s...
asked by 12.07.2018 / 21:22
2
answers

Iterate with AngularFirestoreCollection object in Ionic

I would like to know how I can show the information contained in the attached image, because I have tried it in many ways but there is no way. I'm using cloud firestore, and for now I get the following: interface HourTask { inicio: string...
asked by 30.03.2018 / 13:23
1
answer

Save fields (Dynamic) in IONIC?

I am creating a mobile app in which from a web page I can create surveys and apply them on the android device in Ionic I have a survey form that is generated diatonically (ie the number of questions can vary and types) The types of questions tha...
asked by 13.10.2017 / 19:04