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

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -