dukecon / dukecon_html5

MIT License
2 stars 3 forks source link

When going back, scroll position is not remembered #60

Closed annam002 closed 8 years ago

annam002 commented 8 years ago

On the latest version, the scroll position is not remembered when going back from the details page to the talks page. On the released version, back button has to be pressed several times before the talks page is loaded again AND the position is not remembered. On Chrome for Android

annam002 commented 8 years ago

I think I fixed it with https://github.com/dukecon/dukecon_html5/commit/483b7277a103b745fd3a969a33c076500353453b The problem was that the scrolling occurred to early, namely before the page was completely rendered. Therefore, the coordinates to scroll to were not valid.