Is there any way to disable that?
I only mean in the browser... When you click a link or a button or a div that has a click function on it, it flickers a grey box where you clicked quickly. How do i prevent this?
views:
25answers:
1
+1
A:
You could set a transparent color to the -webkit-tap-highlight-color
property of that element. See Safari Web Content Guide for detail.
KennyTM
2010-08-18 20:09:26
Thank you very much that worked great
cat
2010-08-18 20:11:22