Supposedly in HTML5 in Safari, you can define your input type as \"search\" and when the user starts typing, an X button will show up to allow them to clear, much like the G
you need to make the type="search" attribute the first one in the tag - ie
This bug has since been resolved for iphones but android browsers still need the search attribute first, otherwise it will be rendered as a standard input field.