Am looking at a page in mobile safari which has a text 800 LUV-1234 inside html (no tel: link). This text is开发者_开发问答 automatically detected as phone number, but when i am seeing the same webpag
in my specific situation I have an email link in UITextView, so that when user long taps on this link, an Action Sheet provided by iOS is opened, where you can e.g. create new contact with this email
Is it possible to perform custom开发者_C百科 action when user touch autodetected phone link in UITextView. Please do not advice to use UIWebView instead.
I am getting an interesting warning at build time (iPhone simulator) that gives the following: EditView.xib:35:0 UITextView does not support data detectors when the text view is editable.