I have an html web application and I want the keyboard to open when my page loads, I tried:
<textarea class="form-control" autofocus="autofocus"></textarea>
but all it does is focus the text area and make it visible when I touch the page, and not just automatically when the page loads.
I heard that this cannot be done without any user interaction in JavaScript only. If true, are there plugins that can do this?
Hope this makes sense, thanks!
source share