Currently, I am working on developing a hybrid mobile application using AngularJS, Cordova, and the Ionic framework.
Check out this Android 5.0 keyboard with a distinct blue button located at the bottom-right corner.
https://i.stack.imgur.com/Tfija.png
I have two main objectives:
- To have control over which type of button is displayed (such as "next," "done," or "search", each represented by different icons).
- To manipulate the behavior of this button. For instance, while signing up and entering my name in the first field, the default action of the keyboard button might be to submit the form instead of moving to the next field. I would like to customize it to navigate to the subsequent field.
All the resources I came across so far have discussed native Android applications utilizing Java code. Any guidance would be appreciated!