Infinity Scroll

I have been using iScroll to try and build an infinity scroll with my ember-cli project but It does not seem to be the best solutions. My app is being ported to native with phonegap. Does anyone have any solutions that they recommend to implement the scrolling and infinity events

This may be what you’re looking for. There is Ember.VirtualListView that does infinite scroll.

I saw the list-view and how it had issues with mobile scrolling. Here are some other projects but trying to determine which is the best.

@lightblade I found this video Erik Bryn to be very insightful on differences between the infinity scroll and the DOM reuse.

This is slightly different from an infinity scroll but the performance is ideally what I need for large datasets.