I have this problem using Jquery Mobile. The issue was I have a date value of "12/6/1999" that is displayed on a label. Now JQuery Mobile converted it to a link because it is recognize as a phone number. I'm not very sure if it's jquery that does that or the iPhone.
So, my first approach was I'm looking for a way to prevent jquery mobile to recognize phone numbers. Is there a way to do it?
If it's iPhone that does it, is there a way that I can disable it?
Your help is greatly appreciated.
" tag. So, basically the purpose is just to display the date value coming from a web service.