I am making a custom Application in Android. I am displaying a html page with an img tag inside a div.
You could use CSS:
** HTML **
** CSS **
.press{ outline-width: 0; } .press:focus{ outline: none; }
Answer take from here: How to remove the border highlight on an input text element