I have a Samsung Captivate. Whenever I press a button or image, a yellow highlight appears around it. I was wondering, is this the phone itself? Or is this what I can disable through PhoneGap.
Makes the app ugly;)
thanks
Use -webkit-tap-highlight-color in your CSS.
See also this answer: How to disable the orange circle effect when clicking on a link in WebView
If you view the page in a browser on the device, do you get the same effect?
Do you get this when browsing websites on your device?
If so, then you can control this with CSS.
button, li , a, *:hover { -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; }
The above code did the trick for the USA.
Source: https://habr.com/ru/post/1332080/More articles:3DES / DES using JCE - creating an acceptable key - javaPros and cons of table name with spaces - sqlHow to implement elastic search using Java? - javaGoogle Data API: authenticate OAuth URL instead of URL authorization? - apiIs the header file declaration significant? - cFPGA efficient (a) synchronous reset - vhdlC # How to create date and time? - c #Magento - select the current domain, not the base domain. - phpReturn only matches from substitution in Perl 5.8.8 (was: Perl "p" is the equivalent of the regex modifier) - regexEclipse: error starting static resources java.lang.IllegalArgumentException - javaAll Articles