On tapping elements a light blue color box appears on them. It is not a good user experience. To remove this behavior just add in css file * { --webkit-tap-highlight-color : transparent; }
On tapping elements a light blue color box appears on them. It is not a good user experience.
To remove this behavior just add in css file
--webkit-tap-highlight-color : transparent;
}