Facebook评论部分webview继续加载,它永远不会在设备上完成。 但是,它在模拟器上运行得很好。 有人有想法解决这个问题吗?提前谢谢!
这是在UIViewController上添加UIWebview的代码。
NSString *address = @"http://techcrunch.com/2012/03/10/entrepreneurs-are-difficult-at-best-and-abrasive-at-worst-get-over-it/?grcc=33333Z98";
//make webview frame
webView_ = [[UIWebView alloc] init];
webView_.delegate = self;
webView_.frame = self.view.bounds;
webView_.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
webView_.scalesPageToFit = YES;
[self.view addSubview:webView_];
//load page on webview
NSURL *myURL = [NSURL URLWithString:address];
NSURLRequest *myURLReq = [NSURLRequest requestWithURL:myURL];
[webView_ loadRequest:myURLReq];
这是错误信息 - (void)webView:(UIWebView *)webView didFailLoadWithError:
错误域= NSURLErrorDomain代码= -999“无法完成操作。(NSURLErrorDomain错误-999。)”
更新
我用干净的uiwebview测试了它,因为之前的版本有Sharekit插件, 但是新构建时仍然存在错误。此外,此链接是相关的, First dialog after authenticating fails immediately and closes dialog
答案 0 :(得分:1)
仅供参考,我最近就此开了一个错误。 Facebook并没有真正回应,奇怪地把它归类为“愿望清单”项目: https://developers.facebook.com/bugs/373249496041875?browse=search_4fa8cf425c5aa8d66140047