As part of a loading screen for an offline-enabled web application I'm building (using a cache manifest), I have run into browser compatibility issues.
In the latest versions of Chrome, FireFox, and Safari, I am able to download the files in my cache manifest and go offline, but in iOS 4 Mobile Safari, the window.applicationCache.error event is raised. The event argument I receive back is completely empty. Additionally, I have enabled the debug console on my iPad, but there is no relevant error information.
Does anyone know if there is a way to extract error information from the offline-caching error event?