Backspace is occasionally inoperative.
I must focus something alternative before the key operates again. It persists until that.
how to reproduce it?
@tibbi, it appears to be random.
needs more info on how to reproduce it
Examples of backspace problems with Simple-Keyboard or OpenBoard
In certain texteditors like this example from freeCodeCamp tapping backspace on Simple-Keyboard, doesn't delete whitespace. It also isn't possible to delete an empty line with Simple-Keyboard. The cursor stays at the beginning of the line when tapping backspace in an empty line. With Gboard it is possible to delete everything.
When trying different Keyboards with a Key Event Test App it appears that Gboard sends a keyCode 8 "Backspace" event in empty input fields and keyCode 229 "Process" in non-empty fields. Simple-Keyboard doesn't seem to trigger an event in empty input fields.
it works just fine in casually used apps, that sample is some very weird code, not really something you meet in the real world
Yes it works fine in most circumstances. There are just problems in some apps for example Logseq on android where it isn't possible to delete bullet points with Simple-Keyboard (https://github.com/logseq/logseq/issues/4430) (it works with Gboard or Typewise) so I tried to find out the reason. Also in this test https://dvcs.w3.org/hg/d4e/raw-file/tip/key-event-test.html Simple-Keyboard doesn't trigger an event when tapping backspace. When using other Keyboards like Typewise or Gboard the mentioned event tester registers "Backspace". Since I would prefer to use Simple-Keyboard for all apps I wondered if it would be possible to provide this functionality or if this is not feasible.