其他分享
首页 > 其他分享> > UniWebview Bug处理记录

UniWebview Bug处理记录

作者:互联网

uniWebView IOS 加载网页报错:

could not signal service com.apple.Webkit.WebContent:113

 webView.Load(url);

改成下面的:

 webView.Load(url,true);

标签:Load,apple,记录,url,WebContent,报错,UniWebview,webView,Bug
来源: https://blog.csdn.net/weixin_36961960/article/details/102621496