Hi,
I am using UIWebView
to display pdf. I wanna handle touch events on webview.
There are two conditions, my WebView should handle double touch events and gestures, and i wanna pass single tap/touch events to super view.
Can any one please tell me how to differentiate the touch events in UIWebView
and how to pass specific touch events to its super view?
to get the touch events i am subclassing the uiwebview and im overriding the hitTest method in subclass.