jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.68k stars 2.4k forks source link

Ipad/Safari phone number link issue... #1104

Closed kurteknikk closed 13 years ago

kurteknikk commented 13 years ago

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...

jblas commented 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">
kurteknikk commented 13 years ago

Yeah i thought so but it was effecting jquery mobile...

Cheers, thanks a lot for a quick reply :)