If I add a gesture recognizer to a subclassed UIWebView instance called webView, e.g.:
UIWebView
webView
UILongPressGestureRecognizer *_longPressReco
- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer { return YES; }