We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最近用的作者封装的WKWebView,遇到了一个问题,在加载某些链接的时候,加载不出来,最后找到是因为一句代码的问题导致的( /** 插入cookies JS */ if (Domain)[self.config.userContentController addUserScript:[_webView searchCookieForUserScriptWithDomain:Domain]];),如果把这句代码注释掉,链接就可以正常打开,打开就不可以,不明白是什么原因导致的?
The text was updated successfully, but these errors were encountered:
返回html的高度可以无视,可以尝试清除一下cookie。
Sorry, something went wrong.
No branches or pull requests
最近用的作者封装的WKWebView,遇到了一个问题,在加载某些链接的时候,加载不出来,最后找到是因为一句代码的问题导致的( /** 插入cookies JS */ if (Domain)[self.config.userContentController addUserScript:[_webView searchCookieForUserScriptWithDomain:Domain]];),如果把这句代码注释掉,链接就可以正常打开,打开就不可以,不明白是什么原因导致的?
The text was updated successfully, but these errors were encountered: