I have not tested this on Android yet, but on iOS I know for sure that it does not work.
I have an input field where people can write material. I want to deselect (remove focus) the input field when someone pressed "enter" on the native iOS keyboard ... but it does not work. It just focuses on the input field, while I want to get rid of the focus on the input field.
I am using Angular / HTML / Ionic / pure JavaScript. I have many input fields, so I use classnames . Is there any way to achieve this?

Here you can see the input fields and keyboard below.
Siyah source share