touchscreen keyboard issue in tkinter text widget on pydroid3
Hello everybody, I have an issue with the touchscreen keyboard interface when using the text widget on pydroid3, e.g. with the code https://code.sololearn.com/cdT82eJa9IGu/?ref=app If I use the first keyboard layer (that with the normal characters) on the Samsung keyboard on my Galaxy S8 it works just fine. But when I switch to the second layer with the numbers and the special characters, I hardly can input single characters. Keyboard layout of the two top rows is: 1234567890 !@#$%^&*() If I type ! then !1 is printed in the text widget. If I type @ then there comes @2 and so on... This problem is only in tkinter on pydroid3, not in other apps. I removed and reinstalled pydroid3 but the issue remained. I tried the code on another device, i.e. my old Galaxy Tab S, and there it worked perfectly. ... continued in next posting due to character limit ...