Cannot get tabindex to work on Android

I have a page that uses tabindex for ion-inputs. It works properly on a web browser, but in iOS the tabindex is completely ignored, and the “Next” key advances to the next input in the html file. I am on ionic angular 6.10.1. How can this be resolved?