WKWebView加载的html页面,html页面中有多个页面跳转,按下html中的返回会跳转到第一层的解决办法:
if (self.topWkwebView.canGoBack==YES) {
[self.topWkwebView goBack];
}else{
[self.navigationController popViewControllerAnimated:YES];
}
WKWebView加载的html页面,html页面中有多个页面跳转,按下html中的返回会跳转到第一层的解决办法:
if (self.topWkwebView.canGoBack==YES) {
[self.topWkwebView goBack];
}else{
[self.navigationController popViewControllerAnimated:YES];
}
本文标题:加载WKWebView页面,WKWebView里面有多层跳转
本文链接:https://www.haomeiwen.com/subject/ohbzcltx.html
网友评论