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

Mobile keyboard should not behave like IME #4573

Open
jprochazk opened this issue May 29, 2024 · 0 comments
Open

Mobile keyboard should not behave like IME #4573

jprochazk opened this issue May 29, 2024 · 0 comments
Labels
android iOS web Related to running Egui on the web

Comments

@jprochazk
Copy link
Collaborator

When editing text on a mobile keyboard, the edited text is highlighted as if it was being modified in IME mode. It should instead just behave like a regular input, which means we should not enable IME if we're editing on a mobile keyboard.

One possible solution is to ignore the composition events when is_mobile() is true.

@jprochazk jprochazk added web Related to running Egui on the web android iOS labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android iOS web Related to running Egui on the web
Projects
None yet
Development

No branches or pull requests

1 participant