I believe this is the "tap highlight". You can control it with the - webkit-tap-highlight-color property. To hide it, use a transparent color: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
It's documented here: <http://developer.apple.com/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-UserInterface > Simon On Feb 4, 2009, at 1:27 PM, anmldr wrote: > > I don't know which event is occurring but when I tap on the textarea > on the simulator, the background of the textarea turns gray. I would > like to prevent this highlight as well. It occurs just immediately > prior to the keyboard appearing if that helps. > > Thanks, > Linda > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
