mobile webkit - Selecting an item on Android web browser -
When I tap a link (or any selection item) in a web page on the Android web browser, link / The item is being highlighted (a thin orange line pulls around the selected object) Does anyone know if this behavior can end or not?
In advance thanks, odd
see magic []:
< Pre> & lt ;! DOCTYPE html & gt; & Lt; Html & gt; & Lt; Top & gt; & Lt; Title & gt; Android Link Test & lt; / Title & gt; & Lt; Style type = "text / css" & gt; A {-webkit-tap-highlight-color: rgba (0, 0, 0, 0); } & Lt; / Style & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; A href = "http://www.google.com/" & gt; Hello, world! & Lt; / A & gt; & Lt; / Body & gt; & Lt; / Html & gt;
Tested on Android 2.1 With that bit of CSS and orange-more is not implemented.
Comments
Post a Comment