-1
We have an Android app that is experiencing typing problems after sending a message. The problem happens when we try to insert a new message, after typing the first character, Tmemo automatically inserts all the contents of the previous message.
We are using Delphi 10.2 Tokyo, we have tried to change KeyboardType = Alphabet
and FTextView.setIsPassword(True)
, but we have not succeeded, someone has already gone through this problem?
Note: does not occur on all devices/keyboards.