Android Question EditText disable "Next" button in keyboard

Mike1970

Well-Known Member
Licensed User
Longtime User
Hi everyone,
I've an UI setup that can cause problem if an user tap on the "Next" button on the keyboard when writing in an EditText.

Screenshot_20230310_085304.jpg


I wish to know if its possibile to disable it, or intercept its press and cancel the standard behavior (like _KeyPress).

At the moment I worked around the problem by setting the "ForceDoneButton" property to True.. and ON MY DEVICE this is working correctly.
Instead of the "Next" button now I have the "Enter" button, that's ok.

But do you think that this property would show the same behavior on all smartphones?

Thanks in advance
 
Top