As the title states, iPhone keeps turning the phone numbers of my site to the color grey for some reason. I am using Drupal 7. I've read that the iPhone tries to make this numbers stand out so the reader knows they can interact with them. Now I've added the following to the head
part of the document, to prevent that from happening:
<meta name="format-detection" content="telephone=no">
But it does not work. I've made sure that CSS forces a white color, but nothing.
What can I do to keep iPhone from doing this?