Skip to content

Instantly share code, notes, and snippets.

@goodzsq
Created July 14, 2014 02:55
Show Gist options
  • Select an option

  • Save goodzsq/b07fba74ec7c5133f9d6 to your computer and use it in GitHub Desktop.

Select an option

Save goodzsq/b07fba74ec7c5133f9d6 to your computer and use it in GitHub Desktop.
webview内嵌html点击链接或按钮出现黄色框框的解决方法
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-focus-ring-color: rgba(0, 0, 0, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment