iOS UIWebView goback或goforward总是自动重新加载webView,如何停止webview重新加载?

时间:2017-08-01 07:13:37

标签: ios objective-c uiwebview

iOS UIWebView goback或goforward总是自动重新加载webView,如何停止webview重新加载?因为某些网址喜欢" https://www.sina.cn/",如果网页浏览请求网址,您会注意到网页视图无法获取。我该如何处理这种情况?

您可以在https://github.com/misscxuan/WebBackTest

看到我的代码

2 个答案:

答案 0 :(得分:0)

如果webview请求网址为“https://www.sina.cn/”,并请求其他网址,那么webview goback,你会发现webview无法获得goforward。

答案 1 :(得分:0)

您可以在UIWebviewDelegate方法- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType中停止加载任务。