I am using a bit of HTML in my IPhone application. I don’t have much idea about HTML.
When we touch any hyperlink(ahref in HTML) there is a blue selection color that appears in “li” which contains ahref. How can we disable it?
I am using a bit of HTML in my IPhone application. I don’t have
Share
You can override the behaviour by specifying your custom color for links via css:
Or based on their status eg active, clicked, etc: