Hi,
I have a problem with the use of backspace on Android. It works fine on PC...
When I have a numeric textinput box and I type '4567' and then I use a backspace, the following text is ADDED to the textinput '456' with as a result '4567456'.
This is not always true, but playing around with typing and backspace results in similar situations where the backspace adds the previous text, minus the last character.
Eg typing '4567' and then two backspaces, gives '456745645'.
Has somebody the same problem?
I never have this on the PC, but always on Android. I am using kivy 1.9.0.
Thanks!
Filip