How can I detect an element that I click in a UIWebView. I have a simple html, but I want to be different from the elements, so I want to get, for example, "alt" from the element that I click.
In points: 1. Click on one of the images uploaded to WebView. 2. It calls a function that has information about the click element.
Is it possible?
kolek source
share