UIWebView links inactive
Posted
by user292781
on Stack Overflow
See other posts from Stack Overflow
or by user292781
Published on 2010-03-13T03:09:12Z
Indexed on
2010/03/13
3:17 UTC
Read the original article
Hit count: 720
iphone-sdk-3.0
|uiwebview
I have a webview that displays properly, however the links are entirely inactive. If I try to select a link the selection magnifying glass appears. I've tried overriding
- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType
but the method will not execute. The class extends UIViewController <UIWebViewDelegate>
, and my view is located in a tabbar, but I'm fairly certain everything's connected properly. Any suggestions?
© Stack Overflow or respective owner