Is there any way to tell which one of these 2 links in webview was clicked?
Both are links to the same url but one is a popup.
Thank you.
HTML:
<html>
...
<a href="http://google.com">Click here for Google</a>
<p>
<a href="http://google.com" target="_blank">Click here for Google in new window</a>
...
</html>
Both are links to the same url but one is a popup.
Thank you.