Possible duplicate:
How to disable the link to the phone number in Mobile Safari?
Hello everybody,
I am developing a mobile web application. On a specific webpage, I need to display the number for the user. I am using MS ASP.Net 3.5 MVC 1.0. So, my view model has a string to display the number in the view. But iPhone converts the number on the screen as a tel-url link. It works great in browsers.
Anyone with any idea why this is happening and how to get rid of it?
source
share