我有一个UIWebView,我加载了一个网址。但它不会加载完整的内容。我已经检查了所有可能的解决方案论坛,但还没有找到突破。任何帮助将非常感激?你可以自己试试下面的网址。基本上,网址应该包含html5内容/播放器。
-(void)loadPlayerUrl
{
activityIndicatorView.hidden = NO;
NSURL* nsUrl = [NSURL URLWithString:@"http://watch.nimbletv.com/tv"]
NSURLRequest* request = [NSURLRequest requestWithURL:nsUrl cachePolicy:NSURLRequestReloadIgnoringLocalAndRemoteCacheData timeoutInterval:30];
[self.playerWebView loadRequest:request];
}
但是,这在safari或任何其他浏览器中都非常有效。
答案 0 :(得分:0)
你应该创建ViewControllerWebPage
然后
- (void)viewDidLoad
{
[super viewDidLoad];
self.screenName = @"Info Ekran";
NSURL *mobileCreaURL = [NSURL URLWithString:@"http://mobilecrea.com/"];
NSURLRequest *myRequest = [NSURLRequest requestWithURL:mobileCreaURL];
[mobileCrea loadRequest:myRequest];
}
同时创建新视图,选择新的自定义类(ViewControllerWebPage),然后创建UIWebView