this post was submitted on 10 Jun 2023
14 points (100.0% liked)

Jerboa

10133 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 2 years ago
MODERATORS
 

It randomly seems to pop up and prevents pages from fully loading. No problems on web.

Also it only seems to do it when I'm logged in.

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

I think this will be the server struggling to respond, sending back an error code instead of the requested data in json format. The app should probably display something more user-friendly like "Server error (504)" (or whatever the error code is).

It's odd you're not seeing similar issues on the web version though... maybe it just takes longer to load or there's a timeout somewhere in the app that needs to be adjusted.

[โ€“] [email protected] 1 points 1 year ago

That makes sense! Thank you