You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using an external bluetooth keyboard on Samsung tablets the Samsung keyboard crashes repeatedly (which does not crash the app), and strange text bugs occur:
Text is updated with delays, the TextBox hangs for a moment and then adds several already typed characters
During (especially fast) typing the cursor jumps back to some characters earlier and adds the text in the wrong place
The message "Samsung keyboard stopped working" pops up
We heard this from several users now but could reproduce it as well. It doesn't happen always but most of the time.
Logcat of the example project when the keyboard crash happened
Expected behavior
Text is showing when typed and no error dialogs appear
Avalonia version
11.1.3 and Nightly (11.2.999-cibuild0052241-alpha)
OS
Android
Additional context
All problematic devices have Pen support. I'm not knowledgeable enough in Android internals to know if this could be the culprit but I saw some messages regarding this in the logcat.
The text was updated successfully, but these errors were encountered:
The mentioned flags ConfigChanges.Keyboard | ConfigChanges.KeyboardHidden | ConfigChanges.Navigation are already in the MainActivity of our app but they don't seem to make any difference also not when I add them to the sample code. The crash still occurs and the wild jumping around of the cursor as well. Sometimes you must type a while, sometimes it happens instantly.
Amenti
changed the title
Android: Keyboard crash when using external keyboards on Samsung tablets, strange behaviout as well
Android: Keyboard crash when using external keyboards on Samsung tablets, strange behaviour as well
Nov 21, 2024
Describe the bug
When using an external bluetooth keyboard on Samsung tablets the Samsung keyboard crashes repeatedly (which does not crash the app), and strange text bugs occur:
We heard this from several users now but could reproduce it as well. It doesn't happen always but most of the time.
To Reproduce
Logcat of the example project when the keyboard crash happened
Expected behavior
Text is showing when typed and no error dialogs appear
Avalonia version
11.1.3 and Nightly (11.2.999-cibuild0052241-alpha)
OS
Android
Additional context
All problematic devices have Pen support. I'm not knowledgeable enough in Android internals to know if this could be the culprit but I saw some messages regarding this in the logcat.
The text was updated successfully, but these errors were encountered: