views:

80

answers:

0

I have a UIWebview that I load with loadHtmlString. The html has some links in it, and when they are touched I intercept that and do another loadHtmlString. This all works fine except that the gray box, (the tap highlight), remains on the screen after my next loadHtmlString call. Why is this happening? What do I need to do to clear it out? I know how to disable tap highlight entirely with webit-tap-highlight, but I don't really want to disable the highlighting completely.

//Scott