the HTML5 applicationCache in the 2.x browser is working well except
for one problem:

when you force a cache update in JavaScript
(window.applicationCache.update()) then it doesn't go out to the web
to check the manifest it just throws the "checking" and then the
"noupdate" events.

I imagine that eventually it actually checks the manifest online, but
the update() is supposed to force it.
any ideas on how to force an update or how old the manifest needs to
be before it checks the web again?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to