this post was submitted on 26 Sep 2023
18 points (95.0% liked)

Voyager

5475 readers
7 users here now

The official lemmy community for Voyager, an open source, mobile-first client for lemmy.

Download on App Store

Download on Play Store

Use as a Web App

Download on F-Droid

Rules

  1. Be nice.
  2. lemmy.world instance policy

Sponsor development! ๐Ÿ‘‡

Number of sponsors badge

๐Ÿ’™

founded 1 year ago
MODERATORS
 

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

top 5 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 11 months ago* (last edited 11 months ago) (1 children)

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;)

[โ€“] [email protected] 1 points 11 months ago (1 children)

No, I'm using the Android app from the Play Store. I used to use the PWA from Chrome. I tried the PWA from Firefox but noticed some weird behavior.

[โ€“] [email protected] 1 points 11 months ago* (last edited 11 months ago) (1 children)

Hmm, then I have no idea.

@[email protected] Would it still be possible to try adding that to the CSS? Pull to refresh implementation is still buggy on Android Firefox and this seems to help prevent it from using the browser's own and using the app's own instead.

[โ€“] aeharding 3 points 11 months ago (1 children)

Something is definitely not right here, I'll take a look

[โ€“] [email protected] 1 points 11 months ago* (last edited 11 months ago)

If it is installed as PWA and you apply it to html I noticed that buttons in bottom bar seems to become unresponsive sometimes for some reason if I click on link that takes you to another site and then come back

If I apply it to [data-test-id="virtuoso-scroller"] instead it seems to work better? Not sure where would be the best place for it.

Edit: Nevermind, I now got that unresponsivenes thing even without any changes, so seems like it might be seperate bug.