I'm developing android 4.4 application using WebView of Chromium base. It lost to the appCache when the process is Kill. (Ex. task list, settings - application - stop)
android 4.3 or lower is no problem.
app start on Online
launch WebView activity <- get appCache
app start on OffLine
launch WebView activity using appCache <- no problem
Kill Process from task list
app start on OffLine
launch WebView activity <- cannot using appcache. lost appcache!
How to workaround this problem?
Thanks,
tmk
Update 16, Mar
I detected following message in chromium. Probably, AppCache has been cleanup by the chromium.
[ERROR:cache_creator.cc(115)] Unable to create cache
[ERROR:appcache_storage_impl.cc(1803)] Failed to open the appcache diskcache.
I found it to occur only over https(SSL).