I have added Long Tap gesture on UIWebView. But I want UIWebView to process a standard Tap event before my Long Tap will be recognized. (Two gestures should be processed on Long Tap – a simple Tap and my Long Tap). How to do this?
I think it’s required to send Tap event to UIWebView on TouchBegin. Is it correct?
The correct code: