문제

When you have a div with a click handler attached, the iphone darkens the div as a click indicator, when the div is clicked.

Example: view on mobile safari http://jsbin.com/awejo3/4

My question is, how do I turn this behavior off? This is probably useful for most iphone users, but in some types of rich media applications, this is bad.

Thanks.

도움이 되었습니까?

해결책

You can set the "tap hightlight color" to transparent in css.

html
{
  -webkit-tap-highlight-color:transparent;
}
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top