Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using a cache manifest file with the appropriate resources added, your application will load and continue to work correctly, even if the user presses the refresh button while offline. In this scenario the browser will only refresh resources if the cache manifest file itself has changed (i.e. the Web Page is recompiled). For example, the sample application Mobile App with Offline Support has a Web Page xDOMain. When you open this you can see the list of Derived Resources.


Image RemovedImage Added


These objects are automatically included when you nominate to Use Application Cache on the Web Page. When the Web Page is compiled the listed objects will be included in the generate cache manifest file <web page>.appcache file. Executing the Web Page, the browser knows these resources will be available on the specific client and that there is no need to go to the web server.

...