Questions tagged as 'ionic2'

1
answer

How to pass data from one screen to another with Native LocalStorage and Ionic 3?

I would like to know how to pass data from one item to a form in another view using Native LocalStorage from Ionic 3. I created a provider as shown below: import { Injectable } from '@angular/core'; import { Storage } from '@ionic/storage';...
asked by 29.08.2018 / 20:56
1
answer

Keyboard bugging image on android [IONIC 2]

I have the following problem: As you can see in the image above, when I click to type in the login and password fields, this white background appears in the image. I imagine the problem is related to the android keyboard, since IOS work...
asked by 23.08.2018 / 03:55
1
answer

Error search ion-searchbar

Good night everyone I'm having a problem with a search code and would like help. As you type in the search field, the list changes and works normally, but when you delete what you typed, the list does not return with all the elements. Can someon...
asked by 16.08.2018 / 05:31
2
answers

How to make an input mask simulating money with ionic 2?

I think the question is quite explanatory, but I would like to know how I can create mask using decimal numbers to simulate the real currency ( 1.000,00 ).     
asked by 14.08.2018 / 21:46
1
answer

IONIC 2 - Reload from the app pages

I'm developing an app where it's almost all assembled from data from an API on an external server, fetching information from an Oracle from a client. After login, I have in the HomePage the ngInit function that searches the data in thi...
asked by 17.08.2018 / 14:23
1
answer

Ion-select does not work as it should

I have the following code for ion-select: <ion-item class="drop-categoria" style="margin-bottom: 5%; "> <ion-label>Categorias</ion-label> <ion-select [(ngModel)]="catselected" (ng-change)="onChange(catselected)">...
asked by 22.07.2018 / 01:39
1
answer

CheckBox calling button with ionic 2

I am simulating something like a shopping cart using ionic 2 . Basically you write the name of the item and the value and it will create a list with checkbox as in the image below. ButIwantedthe only appeared when selecting one of th...
asked by 08.08.2018 / 21:33
1
answer

Typescript not allowing the use of the files property

I have a problem with ionic, in which I use the .files property in an id of a <input type="file"> element, like this: <input type="file" id="images" multiple> this.register.images = document.getElementById('images').f...
asked by 18.06.2018 / 15:35
0
answers

I'm having trouble installing the Angular

ERROR message: npm ERR! code EPROTO npm ERR! errno EPROTO npm ERR! request to https://registry.npmjs.org/@angular%2fcli failed, reason: write EPROTO 1396583:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../deps/openssl/...
asked by 06.06.2018 / 16:13
0
answers

Ionic 3 Scrolling

I'm having scrolling problems on all screens after the login page with facebook is opened using IONIC 3 and "cordova-plugin-facebook4" Follow the image before login and after opening the facebook screen: How can you notice this appearing a...
asked by 05.06.2018 / 18:29