Closed xueqingxiao closed 7 years ago
iscroll 5 infinite version
idk if you solved your issue, in case u didn't, u have to set the dataset when setting up the iscroll instance
new IScroll('#wrapper', {
mouseWheel: true,
infiniteElements: '#scroller .row',
// infiniteLimit: 100,
dataset: requestData,
dataFiller: updateContent,
cacheSize: 100
});
below is my config: