[android-developers] Webview cache FALLBACK crash?

2011-02-24 Thread Neil
Hiya I've scoured the net for days, but I can't work this one out. I had a WebView that uses the HTML5 cache manifest file. All seems to work fine, I can view pages offline etc, except when I try and view a page that isn't in the cache, then my app restarts or quits. Any ideas? Perhaps I can c

[android-developers] WebView cache

2008-09-24 Thread Nickname
Does WebView use HTTP Modified-After header for cache control? >From my test result, once after WebView downloads a page, it caches the page and always displays the cache, regardless whether application reboots. Use WebView.clearCache(true) to refetch a page seems inefficient on network bandwidt