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