I'm developing a web application that uses multiple text input fields. When a user submits their input, a script is executed and, at the end, I call the .focus() method to direct the focus to a specific field based on the entered value. While this works perfectly on desktop, on mobile devices the focus unexpectedly jumps to a dropdown or another input field. Additionally, I noticed that the mobile keyboard shows "next" instead of "enter/go" for the action button.
Any insights or suggestions on how to fix this behavior would be greatly appreciated. I apologize for any confusionβI'm still learning the ropes.
Any chance you can share an app export? I'd love to investigate this further & make sure there isn't a bug, but I haven't been able to reproduce this bug on my side
Hello Tess! I was able to find a workaround. When the field was on focus, I disabled the active dropdown selectors... doing that the behaviour of the keyboard was "enter" instead of "next"... I think this issue happens when there is another selectable input in the same screen. If you want I'll be happy to export and share my app
Apologies for the delay here! Thank you for the additional context. I still haven't been able to reproduce this, so if you can send me that export, I'd appreciate it