Is there a work around for setAppCacheEnabled on WebView for an Android 2.1 application causing the
- by Kevin
We have an HTML 5.0 web application that we ported to Android. It's our intention to run this in a Native Wrapper.
Our application uses the ApplicationCache to run offline. This works find when running under the browser. While being hosted in a WebView within a native application, after the last file is downloaded and stored in the ApplicationCache from the manifest the application is terminated and does a core dump.
This appears to be a documented bug.
http://code.google.com/p/android/issues/detail?id=7939
Has anyone doing anything similar found a work around for this issue?