In my project I create a text input field and give it focus using the Set Focused action.
In the browser on my laptop, the result is that the caret starts flashing and the field receives input from the keyboard.
When I run the same on my phone (iPhone, IOS 12.4.1), the input field shows, but it is not receiving input. The on-screen keyboard only appears when I tap the field. It looks like the Set Focused action does not work.
How can I trigger the on screen keyboard on my phone?