Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Modify HTML5 manifest file to allow offline usage #26

Open
Glavin001 opened this issue Sep 23, 2014 · 4 comments
Open

Modify HTML5 manifest file to allow offline usage #26

Glavin001 opened this issue Sep 23, 2014 · 4 comments

Comments

@Glavin001
Copy link
Contributor

See https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache

Given that we have no server and are using LocalStorage and File API ( #13 ) for loading and saving files, there are no requirements to be online. As long as we specify an HTML5 Manifest file, our web application will work seamlessly even without an Internet connection!

@MatKallada
Copy link
Contributor

Our application is designed to make zero external network communication and is inherently online; what exactly is the idea of this feature request?

@MatKallada MatKallada added this to the Final Release & Project Evaluation milestone Sep 23, 2014
@Glavin001
Copy link
Contributor Author

Our application is designed to make zero external network communication

Exactly!

is inherently online

Not necessarily. If we include a proper HTML5 manifest then our web application will run in web browsers offline, as all of the required resources (as specified by the manifest) are cached by the browser and used when the browser is used offline.

@MatKallada
Copy link
Contributor

@Glavin001 Thanks, for clarifying; I've updated the feature request slightly to make it more clear.

@Kallada: Our application is designed to make zero external network communication

On a side note, as mentioned in #2, we actually are making external network requests to Google Analytics - though, this shouldn't be a worry.

@Glavin001
Copy link
Contributor Author

No problem :). Thanks.

Good point with the Google Analytics. Also Cloud Storage support (#19), if we do end up implementing that feature.

@MatKallada MatKallada changed the title Allow application to be used while Offline Modify HTML5 manifest cache to allow offline usage Sep 23, 2014
@MatKallada MatKallada changed the title Modify HTML5 manifest cache to allow offline usage Modify HTML5 manifest file to allow offline usage Sep 23, 2014
@Glavin001 Glavin001 modified the milestones: 0.2.0 - Project Evaluation, 0.3.0 - Future Features Jan 7, 2015
@Glavin001 Glavin001 removed their assignment Jan 21, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants