Thank you both for clear answers.
Actually based on my requirements I’ve found it possible using an AngularJS component (https://github.com/revolunet/angular-carousel) which has a nice “rn-carousel-buffered” option. However it’s not a real lazy load since data must be loaded into a variable first but when it comes to display, its buffered loading will limit ng-repeat to only create 5 elements regardless of how many elements you have in your array (thousands maybe).
M
Save
Saving
mohsen
@mohsen
0
Reputation
2
Posts
747
Profile views
0
Followers
0
Following
Posts made by mohsen
-
RE: Carousel with infinite scroll
-
Carousel with infinite scroll
Hi,
I’m new to onsen ui and i’m trying to do a compound of ons-carousel and ons-lazy-repeat to make a lazy loaded carousel but it’s not working properly. Looks like the ons-lazy-repeat only designed to be used with normal lists.My question is: Is it possible at all? Or is there any workaround to make this possible?
I want to have thousands of pages in carousel and load them dynamically when user is paging. (for performance and resource efficiency)