@SidiBecker wrote:
I’m using a infinite scroll of a ion-grid:
<ion-row> <ion-col size="12" sizeSm="6" sizeMd="6" sizrLg="4" sizeXl="4" no-padding *ngFor="let item of items"> <component></component> </ion-col> </ion-row>To load 40 items, the app needs 20 secs
In ionic 3, the same functionality need ~2 secs;
I try use virtual scroll, but with responsive columns does not works correctly.
Posts: 1
Participants: 1
In ionic 3, the same functionality need ~2 secs;