Is there a way using a WebView (or other), to capture the click event (or any event prior to navigation) of an embedded hyperlink?
When the user clicks the hyperlink, I would like to intercept it. Is this possible?
Thanks,
Rusty
B4X:
<html><body>
<a href="https://www.b4x.com/index.html"</a>
</body></html>
When the user clicks the hyperlink, I would like to intercept it. Is this possible?
Thanks,
Rusty