Questions tagged as 'ionic'

2
answers

Infinite list with ionic?

I'm trying to create an infinite list with the Ionic / AngularJS. This list passes a offset to my webservice to page the SELECT responses. I can not do this and I'm looking for an example but I have not found it yet. I'm trying...
asked by 03.12.2015 / 03:02
1
answer

IONIC - Grid Responsive

Good afternoon, I have the following GRID with IONIC, it looks like this: <ion-grid> <ion-row class="cell-2"> <ion-col> Código </ion-col> <ion-col> Nome </ion-col&...
asked by 03.12.2018 / 20:29
1
answer

ion-card horizontal

Is there any way for the ion-card to grow horizontally and not vertically? It is populated by data coming from the api <ion-card *ngFor="let filmes of lista_filmes_popular"> <img [src]="'https://image.tmdb.org/t/p/w500/' +...
asked by 30.10.2018 / 20:37
1
answer

How to get data from an observable firebase?

I have a list that loads from the firebase. This list has 3 attributes, value, id, and date. But I'm going to need to capture just one of these attributes and mount an array with them, so I can do a math calculation, so I need to extract the pro...
asked by 05.11.2018 / 03:22
1
answer

Passing data to a modal

I'm trying to pass data to a modal. I think I got the first part, because in the chrome console I see that I received this data, but I do not know what is wrong, that I can not see them on the screen. Home Html <button ion-button small c...
asked by 28.09.2018 / 16:31
1
answer

Problem with component called expendable in ionic 3

People, I really need your help. According to this tutorial tutorial I need a custom component that displays the following error:    "Can not bind to 'expandHeight' since it is not a known property of 'expandable'." When I run my app....
asked by 21.08.2018 / 15:48
1
answer

Remove footer row

Hello,couldanyonegivemeahelp?IdonotknowwhatcouldbewrongbecauseI'veusedno-linesbeforeinanotherprojectanditworkedperfectly,buthereIcannotremovethislineforanything.ItmaybequitesimplebutIhavenotfoundthesolutionyet.HTML:<ion-header><ion-nav...
asked by 16.08.2018 / 22:56
1
answer

Ionic app crashing instantly when being opened

I have an ionic application that is stable and up and running on most of my clients. But I have a client that owns a Galaxy S9 and when it tries to open the application, it instantly appears: Byclicking"Send Feedback", this is the log I...
asked by 01.11.2018 / 21:19
1
answer

Change APK signing key in PlayStore

Hello, I have an app in the Google Play Store that was from another account and it was transferred to my account, because it will no longer play with it and the client asked us to work on the next version. The problem is this: when we upload the...
asked by 29.07.2018 / 03:23
1
answer

IONIC3 - Error - TypeError: undefined is not an object (evaluating '_co.person.id') - I can not find the cause of the error

Hello, I am developing an application with Ionic3, but I have an error that I can not find the cause, I thought it was a bug, I already rebooted the server (ionic serve --lab) several times but the error persists, the code for review: The tem...
asked by 15.08.2018 / 16:41