I am creating an iPhone webapp with a text box. I would like this text box to display a “clear button” on the right side of the window ... otherwise a round gray button with an X in it.
Is it possible to set the css or html property so that safari can handle this, or do I need to develop this feature myself using an image and some code.
I know that you can set the Clear Button property for a UITextBox for your own application, but this is a webapp creation that I create.
web-applications iphone button clear textbox
Albeebe
source share