当url没有scheme(https://)的时候,会导致崩溃
解决方法:webView加载链接前加个判断即可。
if(!url.scheme){
return;
}
本文标题:WKWebView加载链接崩溃的问题
本文链接:https://www.haomeiwen.com/subject/lpyiyxtx.html
网友评论