this post was submitted on 06 Jun 2023
4 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
 

I'm using a bluetooth keyboard with Android 11. In Jerboa's text fields, the left/right cursor keys work alright but up/down seem to work outside of the context of the text box. Meaning, those keys will switch the focus between form elements rather than moving the cursor inside the text box. With muscle memory already in place, this is of course a major inconvenience.
I'm aware that the dev has a lot of work to do right now, so i didn't tag this as a higher-priority bug.

edit: switching between UI elements on Android applicatons is usually done with the Tab key. Jerboa uses the Tab key in text fields more in the original way, inserting a Tab space. Those are used in markdown as a monospace text indicator, so that is useful. In other text fields, Tabs might get converted to spaces, anyway.

edit2: github issue #479

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here