I’m trying to hook function callback when iScroll container reaches end of page, at the bottom end (Y-axis). So that I can load more content on demand – instead of all 300+ contents.
Has anybody worked on it? Any hints?
Here is the library I was referring to: http://cubiq.org/iscroll-4
As drmatt metioned, you should look into Pull to refresh demo
http://cubiq.org/dropbox/iscroll4/examples/pull-to-refresh/
You need to build you own logic which won’t require user to pull to add more items.
Something like following (pseudo code – not tested code):