On 12/8/12 12:26 AM, Tianbing Brian Teng wrote:
I guess I need to understand what exactly happens to the hosted App when a user 
press the Install button. What will be moved to the phone and to where?
Is there a document somewhere I can read?
Thanks,
Brian
If the webapp.manifest has an appcache_path key that points to an appcache manifest file, all of the assets listed in the appcache manifest should be downloaded and cached in the appcache.

The webapp.manifest file is also cached locally, and periodically the URL the webapp.manifest was fetched from is checked; if the cache headers indicate that there is a newer version of the manifest available, then the appcache manifest is refreshed and the local appcache is refreshed with any assets that have changed.

Assuming there aren't any bugs.
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to