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
大神你好,我用UIWebView练习写的简易浏览器一般网站都能正常打开,唯独有一个url(地址不便粘上望理解)加载完成也没报错,可一直是白屏,在电脑上和手机上用浏览器却可以打开,于是找到了您写的这款浏览器跑起来执行竟然也可以访问,小白希望您能提供一点解决思路,不胜感谢~
The text was updated successfully, but these errors were encountered:
你好,没有url来debug的话很难判断问题,我提供一下思路吧:
url
debug
UIWebViewDelegate
request
fail
finishLoad
Debug
UI
LLDB
po
webView.subviews
Sorry, something went wrong.
@Chosting163 ,网站引入的js未处理异常,没拿到User-Agent,导致js解释报错,从而界面未渲染。解决方法,请求时或者全局加一个User-Agent。
js
User-Agent
No branches or pull requests
大神你好,我用UIWebView练习写的简易浏览器一般网站都能正常打开,唯独有一个url(地址不便粘上望理解)加载完成也没报错,可一直是白屏,在电脑上和手机上用浏览器却可以打开,于是找到了您写的这款浏览器跑起来执行竟然也可以访问,小白希望您能提供一点解决思路,不胜感谢~
The text was updated successfully, but these errors were encountered: