I am trying to get a UITapGesture Recognizer to work with a UIWebView. I want to be able to detect when a button is pushed on my web view. If i set the userInteractionEnabled property of the webview to NO it works, it also works if numberOfTouchesRequired is set to 2. How do i detect touches and the position of the touch in a UIWebView?