My website features a collection of products displayed within clickable a
links styled with display:block
for full clickability. However, I've encountered an issue where the background color of the a
link changes to an active state color when scrolling on my iPhone. This constant change in background colors can be quite irritating while browsing through the product list. Why does this happen and what is the best way to prevent it from occurring, while still allowing the background color to change upon clicking on iOS? Am I the only one facing this problem?
If you need a jsfiddle example, please let me know. Thank you.