I have a dynamic panel with two states: collapsed (default) and expanded. If the user taps on the panel, it must expand and show a text field. Then, the user can tap the text field to add some input.
On my laptop it works. But when I try it on my phone (Mobile Safari, iOS 12), I can’t seem to select the text field. I see the field highlight, but it doesn’t trigger the keyboard.
My guess is that it has something to do with the onClick event on the dynamic panel. It probably prohibits all interaction with the inner elements.
Am I using the right approach?
Edit: did some extra testing: if I add an onClick event to the text-field and set the focus to this widget, it works properly on Mobile Safari
text-field.rp (49.8 KB)