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;)
The official lemmy community for Voyager, an open source, mobile-first client for lemmy.
๐
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;)
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.
Hmm, then I have no idea.
@aeharding@lemmy.world 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.
Something is definitely not right here, I'll take a look
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.