Questions tagged as 'ionic-framework'

3
answers

Create app with Ionic 3

I work with ionic 3.10, at the moment of creating a project it asks me if I want to connect to Git and it asks me for credentials, mail and pass, when choosing the N of No, it gives me an error because it asks for credentials. Error...
asked by 19.09.2017 / 20:36
1
answer

Do a where in FireBase with Ionic 3

I have my DB in firebase but I want to do a where (I know there is no WHERE in a DB NoSQL but there will be some search function), like a login that is if I enter the user and the password brings me the corresponding data of a registration.  ...
asked by 05.09.2017 / 15:51
1
answer

Ionic - Onesignal - In handleNotificationReceived does not update my view

I tried to update an array after receiving a notification from Onesignal: getMsg.ts (simplified): ... getMsg = Array<Object> = []; ... constructor( ... private oneSignal: OneSignal ... ) { ... this.oneSignal.handleNotificationR...
asked by 20.06.2017 / 12:31
0
answers

Problem with the NPM installer

I am trying to install ionic 4 and all the necessary dependencies in -g mode but I am presented with the following problem. When I install everything I frame the following error: npm ERR! peer dep missing: rxjs@^6.0.0, required by @a...
asked by 20.12.2018 / 00:14
1
answer

Help with Google Maps on Ionic 3

I've recently been working on an application with the IONIC 3 framework, I'm working with Google maps and I managed to generate a map in my application with my exact location, but I do not know how to make the user choose a Any location other t...
asked by 28.04.2018 / 06:42
1
answer

Ionic 3 refresh the left menu after logging in

I need to show elements of the side menu according to the role of the user. then I look in app.html if the page shows the items corresponding to the role. but it does not show elements in the side menu just after logging in, but after updating t...
asked by 22.12.2017 / 05:40
0
answers

View loading before data

Good, I am trying to show the data when loading the page in ionic my code below I show you my code I would like to please know what my error is: Page TS: mport { Component,OnInit } from '@angular/core'; import { IonicPage, NavContro...
asked by 31.10.2017 / 23:57
0
answers

Error: spawn EACCES - Derivados debian - ionic

Hello, such friends have a problem with ionic when running an app created. At the time of typing the command "ionic serve" I vote this result and the truth is strange because I find solutions to the error but nothing compared to mine since it st...
asked by 15.09.2017 / 16:31
1
answer

Import $ http in constructor ($ http is not defined)

I am trying to make a request AJAX from Ionic , I have this html: <ion-header> <ion-navbar> <ion-title> Prueba AJAX </ion-title> </ion-navbar> </ion-header> <ion-conten...
asked by 10.07.2017 / 22:20
1
answer

How to select an html element for the id from the ts with Ionic?

I need to select the instance of a html element for its id from the ts of a page of ionic , how do I do this?     
asked by 16.08.2017 / 23:09