You could set a transparent color to the -webkit-tap-highlight-color
property of that element.
a {
-webkit-tap-highlight-color: transparent;
}
You could set a transparent color to the -webkit-tap-highlight-color
property of that element.
a {
-webkit-tap-highlight-color: transparent;
}