Does UIGestureRecognizer work on a UIWebView?
- by rscott
I am attempting to get a UIGestureRecognizer working with a UIWebview which is a subview of a UIScrollView. This sounds odd but when I have the numberOfTouchesRequired set to 2 the selector fires, but when numberOfTouchesRequired is set to one the selector doesn't fire.
Here is my code:
UITapGestureRecognizer *tap1 = [[UITapGestureRecognizer…