There’s also a javascript plugin called Fastclick that’s supposed to address the issue, if it is in fact related to click delay: https://ftlabs.github.io/fastclick/
Any thoughts, or do we have to live with links not changing color in Safari and all Apple devices?
If it is not hover or visited effect of link then i am not sure which link effect you are talking about so please describe it a bit more in detail with an example.
I am familiar with the :focus CSS pseudo-class but i think you don’t know that it generally used with form fields and not on clicking on the links which you said above.
Please share me any example where this pseudo-class is used on clicking on the links without using any javascript code.