hn-polymer-2
hn-polymer-2 copied to clipboard
Scroll position not preserved when viewing article
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.
Part of the problem is that the list is lazily stamped, so the position probably doesn't exist yet.