I have this simple HTML file that is to be displayed in a UIWebView.
<html>
<body>
<p>
<input name='search' type='search' placeholder="Input type is search" />
</body>
</html>
Here is the screenshot when I clicked the input box.
How to change the Return button to 'Search' like Google page does?