Skip to content

Instantly share code, notes, and snippets.

@Androguide
Created December 9, 2013 14:19
Show Gist options
  • Save Androguide/7872884 to your computer and use it in GitHub Desktop.
Save Androguide/7872884 to your computer and use it in GitHub Desktop.
Remove blue overlay in the Android WebView when a button/link is clicked, in order to let the CSS handle the pressed state.
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment