Niro* by cho45

#6 Control Android browser focus high-lighting

The browser of Android has weird focus high-lighting. I want disabling it sometimes.

As using the following CSS for elements that aren't high-lighted but focusing.

-webkit-tap-highlight-color: rgba(0, 0, 0, 0);  

Premise

  • Android browser assign focus to "a" elements.
  • Android browser assign focus to the elements that are bound "onclick" event.
blog comments powered by Disqus
login