Heya. I've developed an app that loads a xml catalog and used to work... until i tried to use manifest files in order to save cache for offline suport.
The project i'm uploading, loads my xml catalog, but when i use manifest to save it, page does not load, chrome console responds:
Creating Application Cache with manifest http://localhost/xmlArchitect/app.manifest
Application Cache Checking event
Application Cache Downloading event
Application Cache Progress event (0 of 10) http://localhost/xmlArchitect/app.html
Application Cache Progress event (1 of 10) http://localhost/xmlArchitect/data/products.xml
Application Cache Progress event (2 of 10) http://localhost/xmlArchitect/app.js
Application Cache Progress event (3 of 10) http://localhost/xmlArchitect/app/store/MyXmlStore.js
Application Cache Progress event (4 of 10) http://localhost/xmlArchitect/app/model/product.js
Application Cache Progress event (5 of 10) http://localhost/xmlArchitect/app/view/productDetail.js
Application Cache Progress event (6 of 10) http://localhost/xmlArchitect/app/view/MyList.js
Application Cache Progress event (7 of 10) http://localhost/xmlArchitect/app/vi...igationView.js
Application Cache Progress event (8 of 10) http://extjs.cachefly.net/touch/senc...ncha-touch.css
Application Cache Progress event (9 of 10) http://extjs.cachefly.net/touch/senc...a-touch-all.js
Application Cache Progress event (10 of 10)
Application Cache Cached event
[COLOR=red !important]GET http://localhost/xmlArchitect/app/mo...=1353010000898sencha-touch-all.js:21[/COLOR]
[COLOR=red !important]GET http://localhost/xmlArchitect/app/vi...=1353010000902sencha-touch-all.js:21[/COLOR]
[COLOR=red !important]GET http://localhost/xmlArchitect/app/vi...=1353010000906sencha-touch-all.js:21[/COLOR]
[COLOR=red !important]GET http://localhost/xmlArchitect/app/vi...=1353010000911sencha-touch-all.js:21[/COLOR]
[COLOR=red !important]GET http://localhost/xmlArchitect/app/st...=1353010000916 [/COLOR]
Code:
<!DOCTYPE html>
<!-- Auto Generated with Sencha Architect -->
<!-- Modifications to this file will be overwritten. -->
<html manifest="app.manifest">
<!--<html> -->
<head>
In order to make change to my scenario, change extension name of app.manifest.txt to app.manifest and edit app.html as:
Drop ziped folder on yar wwwroot.