-webkit-tap-highlight-color

How much is it supported?
Suppor of Can I use Of Webkit Tab Highlight Color
Why is helpful?

This property allows us to control the highlight color when users tap on a clickable element on touchscreens. For example, in mobile Chrome, a blue overlay is shown by default when a user interacts with clickable elements. This property can be used to change the highlight color or disable it entirely by setting it to "transparent".

Some example?

With -webkit-tap-highlight-color

Without -webkit-tap-highlight-color

Some real example?

With -webkit-tap-highlight-color: transparent

Without -webkit-tap-highlight-color

Some advice?

Because this property is not standard, it must be used carefully. It is recommended to write it at the end of the css selector

Property in the end