Closed kurteknikk closed 13 years ago
It's not jQuery Mobile doing this, it is an automatic Safari on iOS feature. You can disable it with this meta tag:
<meta name="format-detection" content="telephone=no">
Yeah i thought so but it was effecting jquery mobile...
Cheers, thanks a lot for a quick reply :)
I noticed that on the ipad, i'm not sure if its just the ipad or its a safari issue, when i have a phone number in a list item, it is treated as a link and therefore my listitem ends up with a double link, because i already have the link that i want for that list item.
I would like to know if someone knows how to solve this issue or else if i can just remove the 'double' link feature in the list item so only the first link will be considered as a link and maybe the others will be ignored.
A small test page will be provided soon...