How to detect double taps in UIWebView
Thursday, August 13th, 2009
You can use this robust approach, or this smart method. But the first is using the UNDOCUMENTED (private) API, and the second is not working for me (and for somebody according to the comments on that blog post). So this is my solution. Subclass ……