Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android WASM google keyboard backspace not working with suggestions #4403

Closed
v-kat opened this issue Apr 24, 2024 · 1 comment
Closed

Android WASM google keyboard backspace not working with suggestions #4403

v-kat opened this issue Apr 24, 2024 · 1 comment
Labels
bug Something is broken

Comments

@v-kat
Copy link
Contributor

v-kat commented Apr 24, 2024

The eframe text_agent based WASM keyboard on Android seems to be having issues with suggestions and swallowing backspace to only get rid of text in the suggestions and not the actual input. I dunno if this is related to how egui is dispatching events and/or some android keyboard API quirks. I replicated the problem on multiple Android browsers including Firefox and Chromium based ones and didn't see it on the latest version of iOS.

wasm_keyboard
^ the Shhhh gets deleted and no text from the input is modified until the suggestion disappears.

To Reproduce
Steps to reproduce the behavior:

  1. Go to www.egui.rs on android with a web browser
  2. Select the Widget Gallery and click the TextEdit
  3. Enter some text and get some Google keyboard suggestions
  4. Use the lower-right backspace key and notice that the text edit isn't modified until the suggestions disappear

Expected behavior
The text edit contents are immediately editable without having to get rid of the suggestions

Smartphone:

  • Device: OnePlus Nord
  • OS: Android 12
  • Browser: Firefox, Brave
  • Version: latest
@emilk
Copy link
Owner

emilk commented Jul 15, 2024

@emilk emilk closed this as not planned Won't fix, can't repro, duplicate, stale Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken
Projects
None yet
Development

No branches or pull requests

2 participants