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 entering the first character, TMemo automatically inserts the entire contents of the previous message.
We are using Delphi 10.2 Tokyo, we already tried to change KeyboardType = Alphabet
and FTextView.setIsPassword(True)
, but we did not succeed, has anyone ever had this problem?
Note: it does not occur on all devices / keyboards.