this post was submitted on 02 Jul 2023
1 points (100.0% liked)

Jerboa

10295 readers
8 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
 

Disclosure: I am not an applications programmer. I work lower down the stack.

Jerboa (really, AOSP keyboard or more likely WebKit) has an annoying spell checker bug where backspacing and cursor based text editing mangle surrounding words and phrases.

When I type in a field in Jerboa (this body text), an autocomplete-like underline appears ubder each incomplete word until I hit space. If I hit space and then backspace too rapidly (as if the spell check can't finish analyzing the new token before the next key event), the space before the preceding token gets underlined and then all hell breaks loose. I have to stop, hit space or newline, and then proceed backspacing m o r e s l o w l y.

A workaround might be to include an attribute, android:inputType="textNoSuggestions" in the form elements to disable AOSP/WebKit native spell checks

I'd submit a PR myself, but as I said, I'm not an app programmer.

Anyone who has any experience with this wanna partner up to help debug what I'm talking about?

I should add.... This isn't strictly a Jerboa thing. Many WebKit apps seem to display this behavior. (E.g., Firefox for Android, Tinfoil for Facebook, etc.) Its just more noticeable in Jerboa because of the length of text entry

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