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

text edit issues onscreen keyboard (web on android and native on android) #3802

Open
fr-an-k opened this issue Jan 10, 2024 · 0 comments
Open
Labels
android bug Something is broken

Comments

@fr-an-k
Copy link

fr-an-k commented Jan 10, 2024

Describe the bug
When I open the egui demo website (egui.rs) in Chrome Android (5.1), the previously typed text is copied wherever I type in the markdown editor (after typing one character), but it's in blue and I can use backspace to remove it.

In the textedit the previously typed text stays black (not blue for edited text) and I cannot use backspace to change the previously typed text.

Might have something to do with the onscreen keyboard.
In the 5.1 emulator the demo website stays stuck on a non-animating spinner.

In the wgpu version on Android 8.1 (egui 0.23) the onscreen keyboard doesn't pop up at all (probably still not implemented in winit).
On 5.1 the demo app crashes.
Both using this example: https://github.com/inferrna/hello_world_android_egui

Expected behavior
Should work like a normal text edit.

Smartphone (please complete the following information):

  • Device: Tianlong S933L
  • OS: Android 5.1/8.1
  • Browser: Chrome
  • Version: latest supported on this device: 95.0.4638.74
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android bug Something is broken
Projects
None yet
Development

No branches or pull requests

2 participants