Input element can not get the focus on ios safari.
Version
3.2.31
Reproduction link
Steps to reproduce
It just can reproduce in ios mobile browser.
- click the input element, the tip div will show, but the input element can not get the focus.
- click the input element twice, the input element will get the focus.
What is expected?
The input element can get the focus after the first click.
What is actually happening?
The input element only can get the focus after two time click.
This seems to be a Safari bug as it happens with vanilla JS. Could you report it to them, please?