Comment by yxhuvud
16 days ago
Isn't the best way to solve the back button question to not be so damned complicated and just make certain that only things which you want to go back to ends up in the history? The whole framing of the problem just screams "structure your thing better and it won't be a problem to solve".
Re-read it. We needed to preserve scroll position when you went back. If you just linked back to the inbox it would kick you to the top of the screen.
That is not how the back button works in a regular browser. Something you are doing is breaking the default behavior. Stop that.