activate mobile phone keypad as soon as the page loads

1

I already put the autofocus attribute in the input, then when the page loads the focus is in the input, but only that the keyboard of the cell phone is not activating ..

<input type="search" name="password" id="search" value="" placeholder="Buscar" autofocus>
    
asked by anonymous 26.10.2015 / 15:28

1 answer

1

Try: <input type="email" name="email">

More explanation: link

    
27.10.2015 / 01:25