hn-polymer-2 icon indicating copy to clipboard operation
hn-polymer-2 copied to clipboard

Scroll position not preserved when viewing article

Open esprehn opened this issue 7 years ago • 1 comments

If you tap an article it navigates the tab, then if you tap back you're not in the same spot in the scrollable list of articles which is really annoying if you're reading. (All of the HN demo apps seem to have this bug)

It would also be nice to have a mode where all links always open a new tab like a native app instead of navigating the app itself.

esprehn avatar May 19 '17 23:05 esprehn

Part of the problem is that the list is lazily stamped, so the position probably doesn't exist yet.

dfreedm avatar May 20 '17 01:05 dfreedm