Hello everyone!
The virtual keyboard next key is not working on android devices. On iOS everything is fine, when you press the next key it triggers the input action, but on android that never happens, is this normal?
Hi JT,
Sorry for the late reply.
No, it's not normal... It should work...
In order to help, you'll need to provide more context:
Cheers,
RG
Hello Ruben, thank you for reply.
Hope this can help sort the case, thank you for the help.
I've noticed something interesting on my side, which is I have one app built by me using a less recent version of OutSystems UI (let's call it A) and another one built recently (clearly newer version of OutSystems UI (let's call it B).
On application A, I can see exact the same behavior that you see.
On application B, it works as it is suppose.
I'll also check what I might have different between apps.
Hello Ruben.
Can you tell me the version of Outsystems UI you are running? I am running Version 2.0.9, its supposed to be the latest version.
After analyzing my apps I found the pattern...For the "tab" to work, your inputs, are required to be inside a form element (as simple as that):
It worked for my application A (that also didn't have this behavior).
Try it, and if works, mark this post as the answer, for future reference.
Hello Rubens. Thanks onde again for your reply.
Unfortunately that is not the issue, on my case is single inputs where the android keyboard will not submit using the next button. On iOS you can click "Done" to submit the input and close the keyboard, whereas on Android you are requires to click on a button to submit the info, since the button on the virtual keyboard wont do anything.