I have a WebView
which may contain data that appears to be getting "auto linked". Something that looks like an email address is becoming clickable, even though it's now within an <a>
tag or has an onclick
attribute. How do I disable this auto-linking?
I've looked thorugh the WebView
docs, as well as the WebSettings
docs, but didn't seem to see anything that mentions this behavior.