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
ZhihuDescribeActivity.class
//wvZhihu.loadDataWithBaseURL(WebUtil.BASE_URL, data, WebUtil.MIME_TYPE, WebUtil.ENCODING, WebUtil.FAIL_URL); wvZhihu.loadDataWithBaseURL(null, data, WebUtil.MIME_TYPE, WebUtil.ENCODING, null); 我试着把上面的代码改成下面的可以正常显示
The text was updated successfully, but these errors were encountered:
我试了两种方式,均可以正常显示,并无任何问题。我的手机是魅族Pro6,6.0的内核
Sorry, something went wrong.
我是红米 6.0系统 ,我后面改了上面的代码后才能正常显示
No branches or pull requests
ZhihuDescribeActivity.class
//wvZhihu.loadDataWithBaseURL(WebUtil.BASE_URL, data, WebUtil.MIME_TYPE, WebUtil.ENCODING, WebUtil.FAIL_URL);
wvZhihu.loadDataWithBaseURL(null, data, WebUtil.MIME_TYPE, WebUtil.ENCODING, null);
我试着把上面的代码改成下面的可以正常显示
The text was updated successfully, but these errors were encountered: