android - Showing search button as submit button in mobile devices keyboards -
i want show search button in mobile devices keyboards when focusing on search input field in html5 document :
you can utilize html5 type attribute input element in html page
for example.
<input id="mysearch" type="search" /> android html5 mobile-safari
No comments:
Post a Comment