Ion-list performance issues

in ionic 2 , i use ion-list ion-card with virtual Scrolling to display huge of list , thats good in android but is very slow in ios device ,
i’m trying to use
ion-list ion-item with virtual scrolling but also is slow ,
added overflow-scroll=”true” to ion-content the same problem

then what we can do , to make list is speed and good performance in all device platform ???

2 Likes

I have the exact same issue too. I need to load around 2000+ items. Simply using ion-list works for me on Android but on ios the response is very slow.
Have you found the solution?