This has been driving me nuts for a while. I’ll scroll past 50-100 posts and then realize I wanted to see a post I JUST scrolled past. So I swipe down to get back to it. But the app interprets this as “please refresh my feed”. So I’m sent back to the top. Having all of the items I just scrolled past now marked as read.

I could gamble and hit “hide all read posts” but I’m not sure if the app decided to mark the last post I wanted to see as read or not.

Android 1.11.3

  • Nemeski@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    10 months ago

    Are you using it on Firefox?

    This might help:

    html {
    	overscroll-behavior-y: contain;
    }
    

    You can try it with this uBO filter for example: vger.app##html:style(overscroll-behavior-y: contain !important;)