Is there a work around for setAppCacheEnabled on WebView for an Android 2.1 application causing the

Posted by Kevin on Stack Overflow See other posts from Stack Overflow or by Kevin
Published on 2010-05-05T15:25:09Z Indexed on 2010/05/05 15:28 UTC
Read the original article Hit count: 240

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about android

Related posts about web-applications