So I would like to detect a tap on UIWebView if it is not tapping on a link. How do I do this? I know that:
- (BOOL)webView:(UIWebView *)webview shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType
is called every time a link is clicked. However how do I know if it's a tap on the UIWebView that is other than the link? I've been searching for the web and the closest I found is this. However that does not tell me whether the tap is on a link or not