watusi / jquery-mobile-iscrollview

JQuery Mobile widget plug-in for easy use of the iScroll javascript scroller.
408 stars 183 forks source link

pull to refresh "loading does not disappear" #133

Open mboeckle opened 10 years ago

mboeckle commented 10 years ago

Hi -

how to stop the loading "process" in pull-to-refresh? in the callback I am retrieving data from the server, but the loading is not disappearing, how to stop that programmatically?

best

"onPullDown" : function(event, data) { }