Finally found
http://stackoverflow.com/questions/6305094/tell-the-iphone-this-particular-number-is-no-phone-number
but <meta name="format-detection" content="telephone=no"> didn't do the
trick, only webview.dataDetectorTypes=0; in the app delegate module.
Does anyone know, why the meta tag doesn't work in the phonegap uiwebview?
Kai
--
== Kai M. Becker == k...@kai-m-becker.de == Bremen, Germany ==
"Any technology distinguishable from magic is insufficiently advanced"
Try the Obj-C snippet there.
> --
> You received this message because you are subscribed to the Google
> Groups "phonegap" group.
> To post to this group, send email to phon...@googlegroups.com
> To unsubscribe from this group, send email to
> phonegap+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/phonegap?hl=en?hl=en
>
> For more info on PhoneGap or to download the code go to www.phonegap.com
Thanks, that's what I did finally.