Questions tagged as 'ionic3'

1
answer

ion-select does not show full text Ionic 3

The ion-select in my form does not show the full text, despite having enough space. How could I control that? <ion-row> <ion-col col-9> <ion-item> <ion-select formControlName="articulo1">...
asked by 03.05.2018 / 20:18
1
answer

Problem Generating APK on Android with Ionic 3

Greetings fellow stackers, this time I'm studying the Ionic framework, reviewing the basic projects that the framework allows you to create by default with console commands. Using Visual Studio Code 1.21.1, as Android 7 base platform and with Ion...
asked by 11.04.2018 / 06:31
1
answer

Online game - 1 vs 1 (IONIC 3 & ANGULAR 5) [closed]

Could someone give me some guidance on how to play online from my application? I've been looking for things but I can not find something with which to consider something similar or something that comes close to what I want to do. Basically...
asked by 16.04.2018 / 21:43
1
answer

Http Requests on ionic

I want to show a list of products by calling an api that the json returns to me. but to me it seems the answer arrives somewhat late, after the app starts and I guess that's why I do not get painted .- My request code: getPromociones(){...
asked by 06.03.2018 / 15:17
1
answer

Obtain data from an Observable

I have been studying a bit about the Observables in Typescript, specifically in Ionic 3, I understand that to be able to read the data of an Observable I must subscribe to it, but until now I have only been able to use the data within the subscr...
asked by 09.02.2018 / 17:02
2
answers

How do I solve this error of the cors in ionic3?

I need to fix that error that appears in the app's console.     
asked by 19.01.2018 / 13:48
1
answer

Obtain the OneSignal userId in the IONIC app

I need to access the UserId of a pushnotification component with the OneSiganl plugin in an Ionic application. The provider where I do the initialization is called in app.component.ts. I create the service without problem and the notification...
asked by 26.01.2018 / 14:03
1
answer

IONIC 3 - sqlite3_step failure: can not rollback - no transaction is active

I have this error for a few days, if someone knows that it should be very much appreciated the help. This apparently at the time of loading the storage.     import {Injectable} from '@ angular / core';     import {Http, URLSearchParams}...
asked by 05.11.2017 / 10:28
1
answer

ionic 3 browse pages sending href parameter

In angular to redirect to another page it was used <a [routerLink]="['/editar-producto',producto.id]" class="btn btn-warning">Editar</a> But in ionic what is the form? How should it be placed in app.component.ts to receive thes...
asked by 11.10.2017 / 05:56
0
answers

Error compiling apk in ionic 3

I'm trying to generate the apk of a small test application that I did with ionic 3 but it sends me this error FATAL ERROR: Committing semi space failed. Allocation failed - process out of memory I use the following command ionic...
asked by 03.01.2019 / 02:23