Hi. I try to put some CustomView that extended EditText. It’s work fine except backspace doesn’t delete current text. Anyone found this problem before?
This is simple Example Code
I can reproduce in this case
Pixel2XL Android11 -> Keyboard ManMan
But in below list. It’s work fine
Pixel2XL Android11 -> GKeyboard
Oneplus7t Pro Android10 -> Keyboard ManMan
Oneplus7t Pro Android10 -> GKeyboard
Sounds like you're saying the backspace mostly works, except on some combinations of device+keyboard, is that correct?
Just to be clear, if you are not using Compose but just have a regular android hierarchy including the EditText, does the ManMan keyboard work on the Pixel2XL Android11? Trying to ensure this is in fact a Compose issue and not unrelated to Compose, so we can triage correctly.
jim
01/23/2021, 8:29 PM
Also curious if this is physical devices or also visible on emulators. The later being much easier for us to get our metaphorical hands on and debug.
j
judrummer
01/23/2021, 11:23 PM
Issue happen in real device,
Keyboard Manman works normally in regular xml layout