About the problem of 'ion-infinite-scroll'

Hi, All.
I am working on ionic now, and I want to use the widget which named ‘ion-infinite-scroll’.Yes, it works fine, but only one problem, after I load more data even more than 1000+, the ‘ion-list’ becomes more and more heavy and my mobile nearly crashed.

Can you give me some advise?

Thanks & Best Regards

Maybe using collection-repeat?

I’ll have a try, thanks

Thanks for your help, It works fine.

yep i am using this and the new collection-repeat in last versions is really good.
The scroll feeling increased very very much.

Try to avoid large images in ng-repeat (long list) … optimize images or process different image sizes, so that you do not always load huge images.

1 Like