I have yet to test this on Android, but on iOS, I can confirm that it is not functioning properly.
Within my application, there is an input field where users can input text. I am aiming to remove the focus from the input field when a user presses "enter" on the iOS keyboard. However, this feature does not seem to be working as intended. The input field retains its focus when I would like it to lose focus.
My technology stack includes Angular, HTML, Ionic, and pure JavaScript. Due to having multiple input fields, I am utilizing classnames. Is there a method to successfully achieve the desired behavior in this scenario?
https://i.sstatic.net/GoMgC.jpg
You can observe the input fields along with the keyboard displayed below.