JoeBetbeze's avatar

JoeBetbeze wrote a reply+100 XP

11h ago

Return back to a page with Infinite Scroll

Is it a requirement that the page reloads? I don't think there is way to effectively accomplish this if the page does reload because the backend will not know if its a "back" request, and so even if you save the current page in session, you can't determine if you should actually return to that position. Perhaps if you checked that it was the last page you loaded, then you could retrieve the page from session, and otherwise start from the top.