Background:
I have built a web page that should work even offline. This page is made by following 'AppCache'guidelines.
My web browser is IE11 on windows 8 tablet.
The page should be cached once accessed in my IE11 browser. Once cached , the page should work even offline (even after restarting the browser and accessing the browser in offline mode).
Issue:
I am unable to access my web page when offline via HTTPS using IE 11 browser. The same page works in Chrome via HTTPS.
With IE11 browser, I can access the page when there is network connectivity via HTTPS. But once I turn off the network connectivity and restart the browser then I see the page 'You're not connected to a network'.
When I connect back to the network and try accessing the same page then I can see the resources requested by my page are all served from the local browser cache ( I inspect the network via IE developer tools; resources are served 304).
Am not sure what is happening. I would like to access my page even when there is no connectivity.