Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
6answers
3k views

How to intercept click on link in UITextView?

Is it possible to perform custom action when user touch autodetected phone link in UITextView. Please do not advice to use UIWebView instead. And please don't just repeat text from apple classes ...
5
votes
5answers
4k views

iphone UITextView does not support data detectors when the text view is editable

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. This is ...
3
votes
1answer
194 views

mobile safari and uiwebview has difference in detecting phone numbers

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 webpage with options ...
1
vote
5answers
3k views

iPhone SDK - opening links in a UITextView in a web view

I have specified dataDetectorTypes on a UITextView so that URLs open in Safari when touched. Is it possible to intercept this behaviour so I load the URL in a UIWebView instead? Or would I have ...
0
votes
1answer
230 views

UITextView and data detector types - how to find out that external modal view controller is opened / closed when the link is long tapped?

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 ...
0
votes
0answers
111 views

How to open any link from pdf file opened within my application?

I have tried with UIWebView to open pdf file and then tried to fetch UIDataDetectorTypeWebLink. But I am not able to get focus for any link which are being displayed in blue. I have also tried with ...
0
votes
1answer
534 views

Does my HTML prevent UIWebView to detect phone numbers?

I have a UIWebView in which I want phone numbers to be detected. My problem is that in a single UIWebView, some phone numbers are detected and clickable but others are not and I have no idea why. ...