I'm developing a mobile web application and I have been given some pretty strict style guidelines from the designer. In all other mobile OSes I have stopped the OS from auto creating a link from the phone number in the listing page...However I can't accomplish that in WP7.
For the others I used
<meta name="format-detection" content="telephone=no" />
Any ideas how to do this in WP7?