this post was submitted on 08 Sep 2025
14 points (100.0% liked)

Jerboa

11089 readers
1 users here now

Jerboa is a native-android client for Lemmy, built using the native android framework, Jetpack Compose.

Warning: You can submit issues, but between Lemmy and lemmy-ui, I probably won't have too much time to work on them. Learn jetpack compose like I did if you want to help make this app better.

Built With

Features

Installation / Releases

Support / Donate

Jerboa is made by Lemmy's developers, and is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.

Crypto

Contact

founded 3 years ago
MODERATORS
 

The first line of text in the body of a post is sometimes cut off on initial viewing.

top 11 comments
sorted by: hot top controversial new old
[–] testEmailVerified@lemmy.world 7 points 1 week ago (1 children)

Yeah, like what was written here already, the preview description is kinda scrollable. its a known bug, the markdown components use an AndroidView with a TextView. I haven't found a way yet disable that scroll.

[–] pr06lefs@lemmy.ml 4 points 1 week ago (1 children)

found the code. is there a corresponding issue?

[–] testEmailVerified@lemmy.world 3 points 1 week ago (1 children)

I can make one if you need it

[–] pr06lefs@lemmy.ml 3 points 1 week ago

Ok just curious if there was background/history on this. If I get around to messing with it I can file one.

[–] jodawznev@sh.itjust.works 6 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

As far as i can tell, it depends where your thumb is when you scroll up/down.

If you scroll down with your thumb on the short description, it scrolls the content of the text within its box down one line, then scrolls the list of articles. That's the cutoff you're seeing.

If you scroll up with your thumb on the short description, it scrolls the content of the text within its box up one line, then scrolls the list of articles.

Something about bubbling events maybe?

[–] pr06lefs@lemmy.ml 5 points 1 week ago

yeah. IMO the story text shouldn't be scrollable.

[–] kolorafa@lemmy.world 5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

It's some sorts of a bug, as it changes it size/offset if you interact with it in some ways. Has that multiple times but didn't know how to reproduce it or if its not even only on my phone (fairphone 5)

[–] testEmailVerified@lemmy.world 3 points 1 week ago (2 children)

Are you talking about the textsize changing when interacted with? I am not aware of that issue.

[–] kolorafa@lemmy.world 1 points 1 week ago

Text size dorsnt change, the viewport gets bigger and the text get shifted to a correct position like fixing itself.

But i only saw that like handfull of times.

[–] kolorafa@lemmy.world 1 points 1 week ago (1 children)

Found the cause for my observed issue, if you grab the timeline by the text box then the text is moved inside the box.

Recording: https://nextcloud.dlk.pl/s/qfzCXsGXXPHq5mD

[–] kolorafa@lemmy.world 1 points 1 week ago

Sorry, didn't read other comments, so it is already known bug :)