I want call any method when scrolling down so that i can load more data at that time like ion-infinite-scroll.
Asked
Active
Viewed 705 times
3
-
1Well, that's tricky. You could have each row call a function when they become visible and, by incrementing a counter, know where you're at on your list. When the counter is near the end, append the displayed model with some more data. – Mathieu Nls Oct 14 '16 at 16:56
-
1How I can call a method when row was visible? Is there any predefined method in ionic2 – ramya Oct 20 '16 at 06:06
-
Are you able to do this? I also want the same. – Simerjit Parmar Dec 28 '17 at 05:53