2

I notice when you go to google.com for example, the input field keyboard has a "submit" button as opposed to the original "return" button.
How do I turn on that feature?
I tried type=search but I still see the return button.

Thanks,
Tee

teepusink
  • 27,444
  • 37
  • 107
  • 147

1 Answers1

6

It actually works.
Need to have the form tag, I initially only had the input field.

teepusink
  • 27,444
  • 37
  • 107
  • 147
  • 1
    I could't get this solution to work on iOS 6. [Here is the solution that works](http://stackoverflow.com/questions/4864167/show-search-button-in-iphone-ipad-safari-keyboard/11254336#11254336) – Alexander Poleschuk Jun 17 '13 at 16:45