Webview 支持 HTML5 LocalStorage

webView.getSettings().setDomStorageEnabled(true);

webView.getSettings().setAppCachePath(getApplicationContext().getCacheDir().getAbsolutePath());

webView.getSettings().setAllowFileAccess(true);

webView.getSettings().setAppCacheEnabled(true);

你可能感兴趣的:(html5,webView)