您的位置:首页 > 移动开发 > Android开发

android webkit 加载js 出现 Error//webConsole:Uncaught Error:cannot call method ‘setItem’ of null at...

2016-01-16 17:58 756 查看
我的android项目 webkit 加载js 出现 Error//webConsole:Uncaught Error:cannot call method ‘setItem’ of null at http://www.daxuepai.com.cn/appseed...
出现这种问题解决办法:

Websettings settings = webView.getSettings();

settings.setDomStorageEnabled(true);

我有参考这个链接:http://stackoverflow.com/questions/5822256/error-web-console-uncaught-typeerror-cannot-call-method-getitem-of-null-at-h
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: