My component handles the tab key on desktop and I want to do the same for mobile. In iOS' Safari there is a keyboard with arrow keys, but unfortunately I cannot find what event they fire. I've read some 4 years posts but at the time there was no solution for this problem.
Question How to handle arrow keys in Safari in iOS.
Focusout etc. does not suit my case as the component is very complex handling focusout contradicts other use cases of the component.