My team and I have just developed an offline portion of a web application utilizing HTML5, jquery and a cache manifest. The problem I am running into is when I disconnect from a wireless network, I am not able to view my offline site ( I receive a default screen from IE saying please connect to a network )?
I know that I have coded my offline cached site correctly because the site can be viewed when I disable my network adapter, just not a network adapter is on and not connected to a network?
Does anyone know if there is a way to bypass this default screen in IE when trying to view an offline site after disconnecting from a network?
Here is an offline page that was generated from our system:https://learn.questce.com/BranchAudit/OfflineSync/149/55/Michael-Kirk201372692619.html
IE9 does not support cache manifest. IE 10+ does, but it seems if you close the browser you can't re-open the site while offline (see my question here).