I have an app with a webview. I want to make the onclick highlight transparent.
setLightTouchEnabled(false);
is deprecated now. Are there any alternatives?
I tried adding the -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
;
in the css, without any luck.
A link to an image that illustrates the issue: