Hi all, I am trying to use the Android 2.1 WebKit applicationCache but I notice several differences to the iPhone 3/4(beta) implementation. Can anyone tell me what the current status is and if it is in a usable state?
Here are my observations that I can share: - initial caching works, but instead of sending a checking event first as on the iPhone, it will just send out the progress events and then the final cache event - once you reload the page, it just shows the noupdate event. no checking before that - even if you update the manifest, it will not notice that. It seems webkit on android does not check the manifest after the initial caching. - forcing an update with applicationCache.update() also does not work. That leaves the current implementation in a pretty unusable state, your users would presumably never get an updated cache once the inital caching has run. Has anyone else experience with this or knows when applicationCache is supposed to be fixed/working? Thanx a lot! Sven -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

