iphone - How to pass single touch events to super view in UIWebView? -
i using uiwebview
display pdf. wanna handle touch events on webview. there 2 conditions, webview should handle double touch events , gestures, , wanna pass single tap/touch events super view.
can 1 please tell me how differentiate touch events in uiwebview
, how pass specific touch events super view?
to touch events subclassing uiwebview , im overriding hittest method in subclass.
if post not answering question, should check out this article.
i took similar different approach: subclassed uiview, contains uiwebview (and other controls), , override hittest:withevent:
method.
Comments
Post a Comment