Hello,
I am developing a web application which support offline mode by way of the HTML5 Cache Manifest (AppCache) feature. If I go offline while my IE 10 window is open, it allows me to continue using the site. However, if I close the browser and then try to re-open the site from a favorite or just typing in the URL, I get the standard message saying "You're not connected to a network" -- of course I know that, but I am trying to use the site offline...isn't that the whole point?
Is there a setting somewhere to allow this to work? Chrome/Safari do this without issue.
- Ramsey