Android Firemonkey virtual keyboard repeating words

Asked

Viewed 271 times

-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.

1 answer

0


If you haven’t solved the problem yet, you can try at the suggestion of Jefferson Rudolf:

Edit Unit FMX.Platform.Android.pas, changing the two occurrences from Ftextview.setIsPassword(Password) to Ftextview.setIsPassword(True).

In my case, I copied Unit to my project folder and made the changes to that copy and added it to the project to ensure its use without changing the original Unit.

Solved in all the devices we tested (LG, Samsung, Asus and Alcatel).

Att,

David

Browser other questions tagged

You are not signed in. Login or sign up in order to post.