such as the problem, the need is that after the page is loaded, the input automatically gets the focus and the soft keyboard pops up automatically. The problem now is:
1. Unable to pop up soft keyboard
2.ios iPhone browser cannot automatically get focus (Android is normal)
html is as follows:
<input autofocus id="mobile" type="tel" placeholder=""/>
I would like to ask the Great God, is there any other good solution? Thank you!