I am loading a local HTML document kept in assets folder into a WebView. It is showing fine in 2.3 devices but, showing blank screen in ICS + devices.
Try using this code
webView.getSettings().setPluginsEnabled(true);
webView.getSettings().setAllowFileAccess(true);
As per my knowledge flash url do not work in ICS.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With