Description
When I type using a Bluetooth keyboard on an Android device, every time I press a character on keyboard, which I had previously typed before, is reappearing on code-input editor area.
In the following screenshot on the demo page CodePen, on line 8 of the editor, I press the 'a' key, then 'b', 'c', 'd', and 'e'.
The expected output on the editor should be 'abcde
', however, I got 'aababcabcdabcde
'. The previously typed letter reappear on the editor.
This is not happening when I used the on-screen keyboard of the tablet device.
My device is Samsung Galaxy Tab S8, Android 14, Google Chrome web browser.
The Bluetooth keyboard I was using is Logitech Keys-To-Go-2;
the same device, browser, and keyboard that I used to type this report.
I don't have other Bluetooth external keyboard, so I don't know whether the problem is on the keyboard incompatibility or a bug in the code-input key detection/sync.
Any suggestion to this issue is appreciated. Thank you.