WebView,在ICS中显示空白

Man*_*ath 3 android android-webview android-4.0-ice-cream-sandwich

我正在将HTML保存在assets文件夹中的本地文档加载到WebView.它在2.3设备中显示良好,但在ICS +设备中显示空白屏幕.

Sag*_*til 6

尝试使用此代码

webView.getSettings().setPluginsEnabled(true);
webView.getSettings().setAllowFileAccess(true);
Run Code Online (Sandbox Code Playgroud)

根据我的知识,flash url在ICS中不起作用.