You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title only covers Safari but tap-highlight-color works on Android and Opera 15+ too
The property is non-standard but there is a way to get the same effect in IE by using <meta name="msapplication-tap-highlight" content="no" />. See MSDN for details.
Fix:
Consider adding the MS meta element to make the same thing work in touch based IEs.
I don't know of a solution for Firefox right now.
The text was updated successfully, but these errors were encountered:
URL: http://css-tricks.com/snippets/css/remove-gray-highlight-when-tapping-links-in-mobile-safari/
Google position: 4th (webkit-tap-highlight)
Issue:
<meta name="msapplication-tap-highlight" content="no" />
. See MSDN for details.Fix:
Consider adding the MS meta element to make the same thing work in touch based IEs.
I don't know of a solution for Firefox right now.
The text was updated successfully, but these errors were encountered: