When I press a button on the keyboard, the current visible text inside the textview is replaced by the last key pressed (and not added as I expected). That is, if I try to enter "12" when I press "1", everything will be fine, when I press "2", the old character "1" will be replaced by "2". The problem occurs only on Huawei smartphones, everything works fine on the rest. I add the text as follows: inputConnection.commitText(inputedCharacter.toString(), 1). What's wrong with Huawei ?
Asked
Active
Viewed 70 times
1
-
hi@MbProger, we are very sorry that it brings you inconvinience and are now investigating the root cause of it. could you kindly help us with some information to locate this issue? 1.The device model on which this issue happened. 2. The device‘s ROM version, and what input method do you use? – zhangxaochen Dec 03 '21 at 07:16