UIWebView events and hold to select/copy
问题 I have created a subclass of UIWebView and have added a UIView on top of it in order to catch the touch events and use them. Now, due to the extra view added on top of the UIWebView the text selection is not working at all. When I remove the extra UIView the text gets selected but then I cannot identify the events. Is there a way by which both the functionalities can co-exist? [EDIT] May be my post was not clear enough. When I subclass UIWebView to handle events, selection stops working. I