-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Delay when inputting key events through input method on android 14 #1237
Delay when inputting key events through input method on android 14 #1237
Conversation
…ugh-input-method-on-android-14
…delay-when-inputting-key-events-through-input-method-on-android-14
Would be good to do another release with this included. |
@dessalines I just sent this to google play for review. Can you test that it works in version 2.6.1 in github releases? |
Sorry, was on vacation. Yep I've verified that |
|
||
val chars = text.toCharArray(startIndex = 0, endIndex = 1) | ||
|
||
val events: Array<KeyEvent> = keyCharacterMap.getEvents(chars) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this one fall back to the other method? Asking because I'm getting nulls here when trying to input an á
, but, at the same time, I can input áá
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you create an issue so I don't miss this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, OK: #1328
Closes #1218