I have an app with almost 300 textfields and I been using the autofocus and textinputaction properties to go to the next textfield. And it works well for the textfields with a normal keyboard. But when I come to the next part of the form with a numeric keyboard this properties become unreliable and don't always focus the next textfield. I have heard that using Focusnode class would be a a solution but that would emply to make 300 focus nodes and implement them.
I wonder if one of you knows another way to focus to next field in a more reliable and efficient way.
Thanks for your answers!
Examples: [1]: https://i.stack.imgur.com/AZjBz.gif [2]: https://i.stack.imgur.com/kEOnw.png [3]: https://i.stack.imgur.com/wXeGf.png