Hi all,
in the attached image cursor is on EditText of Email and keyboard says "Fatto" (done).
But I have another EditText to edit (Province).
Why it happens?
I attach .bal file
Someone can help me?
Thanks
Marcom
I recommend you to use B4XPreferencesDialog. It will take care of this and more.
You can use the Accessibility library to set the next focusable view. If it will not help then you will need to use the IME library to catch the action event and switch to the next field.