Hi,
I am loading 200- items in my single view.
i found that scroll is bit slow in some views.
can we speed up scrolling ?
Hi,
I am loading 200- items in my single view.
i found that scroll is bit slow in some views.
can we speed up scrolling ?
Use collection-repeat -> to only view the items which are in the viewport -> gives you less dom-nodes -> less dom-size -> faster loading and scrolling
http://ionicframework.com/docs/api/directive/collectionRepeat/