How can I scroll a list view with endless-scrolling="true" to the top? I tried this:
app.view().scroller.reset();
and it works to a point. The view scrolls to the top, but the list appears to be empty and any inertia continues to scroll the page down.
I don't have access to the particular list element as I'm trying to apply a generic function that works on every view no matter if there is a list view or not.
Cheers
Dean