M Muthu.chidambar macrumors newbie Original poster May 20, 2009 14 0 Jul 14, 2009 #1 Can a link from UITextView be opened in UIWebView instead of the default direction to safari.?????
M Muthu.chidambar macrumors newbie Original poster May 20, 2009 14 0 Jul 29, 2009 #3 found. it. it an be opened in a webview instead of safari.
dejo Moderator emeritus Sep 2, 2004 15,982 452 The Centennial State Jul 29, 2009 #4 Muthu.chidambar said: found. it. it an be opened in a webview instead of safari. Click to expand... And you're not going to share with us how?
Muthu.chidambar said: found. it. it an be opened in a webview instead of safari. Click to expand... And you're not going to share with us how?
M Muthu.chidambar macrumors newbie Original poster May 20, 2009 14 0 Aug 1, 2009 #5 Code: - (void)webView:(id)fp8 decidePolicyForNavigationAction:(id)fp12 request:(id)fp16 frame:(id)fp20 decisionListener:(id)fp24; Use this method in your custom Text view. this method will get called, when you click on a text link.
Code: - (void)webView:(id)fp8 decidePolicyForNavigationAction:(id)fp12 request:(id)fp16 frame:(id)fp20 decisionListener:(id)fp24; Use this method in your custom Text view. this method will get called, when you click on a text link.