`
yhz61010
  • 浏览: 552313 次
  • 来自: -
博客专栏
63c13ecc-ef01-31cf-984e-de461c7dfde8
libgdx 游戏开发
浏览量:11999
社区版块
存档分类
最新评论

[转] Android Webview: “Uncaught TypeError: Cannot read property 'getItem' of null

阅读更多
原文地址:https://stackoverflow.com/a/33080057

解决方案:
WebSettings settings = webView.getSettings();
settings.setDomStorageEnabled(true);
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics