UIWebView and click link
问题 I know that most likely the answer is very obvious, but I've looked everywhere on the internet and I have not found anything. I use this method to see if the user presses on the WebView -(BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType; { I can assure you that it works. What I want to do is to make different actions according to the id es <a id="hello" href="..."><img src="..." /></a> once the delegate