1
I already put the autofocus attribute in the input, then when the page loads the focu is in the input, but only that the mobile keyboard is not activating..
<input type="search" name="password" id="search" value="" placeholder="Buscar" autofocus>
1
I already put the autofocus attribute in the input, then when the page loads the focu is in the input, but only that the mobile keyboard is not activating..
<input type="search" name="password" id="search" value="" placeholder="Buscar" autofocus>
1
Try: <input type="email" name="email">
Here is more explanation: http://www.caelum.com.br/apostila-html-css-javascript/bootstrap-e-formularios-html5/
Browser other questions tagged html5 jquery-mobile
You are not signed in. Login or sign up in order to post.