views:

164

answers:

1

I have tried to disable phone number detection in safari for my web app but it still shows 7 character strings comprised of numbers as phone numbers. I used the apple provided meta tag but no joy.

<meta name="format-detection" content="telephone=no">

Anyone else run into this problem and work around it?

Thanks.

Update: It looks like it does not detect phone numbers in safari but rather when I save the page as an icon and run it from the home screen.

A: 

I know how to disable it in UIWebview, but I have no idea about disable it in safari.

ringfox
How would you do it in UIWebview?
yodaisgreen