PowerlineApp / powerline-mobile

Other
4 stars 16 forks source link

Infinite Scrolling on Comments Needs Sticky Scrolling #561

Closed jterps08 closed 7 years ago

jterps08 commented 7 years ago

User scrolls to bottom of comments and the app correctly loads more, but returns the user to the top instead of keeping the user at the last comment he read.

User sees comments 1-10 User gets to comment 10 App loads comments 11-20 App returns screen position to comment 1 (wrong) App should return screen position to comment 11 (correct)

This should be the behavior of ALL screens that have infinite scrolling: My Influences Social Activity Screen (both tabs) User Profile screen (user's previous posts) Newsfeed Comments on Item Detail Screen Comments on Reply Screen

jterps08 commented 7 years ago

Combining with 574