Disable highlight on tap

An example showing how to disable highlight on tap using Tizen 2.3.
.no-highlight {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

Responses

0 Replies