I created a iPhone project with webview. I have displayed the JS graph inside the webview. I need single tap to show the tooltip & double tap to link. How can I identify the single tap & double tap in UIWebview..
            Asked
            
        
        
            Active
            
        
            Viewed 2,260 times
        
    0
            
            
        - 
                    1I think that could help you: http://stackoverflow.com/questions/2909807/does-uigesturerecognizer-work-on-a-uiwebview – NDY Aug 21 '12 at 06:30
 - 
                    I am using multiple webview & also creating a webview programatically based on links. – Codesen Aug 21 '12 at 06:41
 - 
                    Try here http://stackoverflow.com/questions/9008975/how-to-tap-to-zoom-and-double-tap-to-zoom-out/9009554#9009554 – GWed Dec 04 '12 at 09:01
 - 
                    is it possible Webview recognize touch the links in side webview – Codesen Dec 04 '12 at 09:33