Answer the question
In order to leave comments, you need to log in
[[+content_image]]
Why is UILongPressGestureRecognizer skipping clicks to UIWebView?
Added UILongPressGestureRecognizer to UIWebView:
UILongPressGestureRecognizer *longPress = [[UILongPressGestureRecognizer alloc] initWithTarget:self action:@selector(longTouch:)];
longPress.delegate = self;
longPress.minimumPressDuration = 0.5;
longPress.cancelsTouchesInView = YES;
[_webView addGestureRecognizer:longPress];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question