Nick
Posts: 0
Joined: Wed Jul 24, 2013 7:28 am

Anyone achieved endless scrolling or load more?

Hello,
I am building a mobile app that fetches content from a news website and displays it in a grid.
Is it possible to add a button or auto "load more" when the user reaches the end of the page?
I know how to handle limits etc but i can't find how i will make another api call on button load, and append the results at the bottom of the page.
Thanks in advance!

Nick
Posts: 0
Joined: Wed Jul 24, 2013 7:28 am

Anyone achieved endless scrolling or load more?

$("#mobilecontainer1").append(restservice1.execute({}));
seems to do the trick
I ll try it with more depth and get back here to post my findings!

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Anyone achieved endless scrolling or load more?

Hi Nick,

You cannot use standard mapping to do this. To implement this you should use Success event and add components manually.

Return to “Issues”