Page 1 of 1

Anyone achieved endless scrolling or load more?

Posted: Wed Jul 24, 2013 7:28 am
by Nick

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!


Anyone achieved endless scrolling or load more?

Posted: Wed Jul 24, 2013 10:01 am
by Nick

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


Anyone achieved endless scrolling or load more?

Posted: Wed Jul 24, 2013 12:21 pm
by Kateryna Grynko

Hi Nick,

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