1<!-- The problem is that iOS will automatically turn anything that looks -->
2<!-- like a phone number into a link. You can disable that functionality with -->
3
4<meta name="format-detection" content="telephone=no">
5
6<!-- And then explicitly use the "tel" URI scheme, like this: -->
7
8<a href="tel:+44 (0)845 519 7811">+44 (0)845 519 7811</a>