Is there a way to turn off the highlight effects used by the mobile browser in the Samsung s2 galaxy?
I have already tried:
-webkit-tap-highlight-color:rgba(0,0,0,0)
-webkit-tap-highlight-color:transparent
-webkit-touch-callout: none;
outline:none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
alternatively - can someone explain exactly When do these effects show? can I detect the touch screen and touch in a way that does not cause these effects?
thank
source
share