6
Assuming I have a site with multiple pages - for example a blog - I want to put an option for those who visit it to have access to it without internet.
Since not every device has constant internet access, and not everywhere there is this possibility, it would allow the user to read a text while in one of these situations.
However, based on this there are some implications:
- There is a solution that requires less of the user? Instructing him to open the browser menu and save the page - option not available in some mobile browsers - would not be a good idea.
- It is possible to make this an option for the user? I don’t want my site to make someone else’s internet usage franchise pop up as soon as I open it by loading all the articles from the site;
- It is possible that the user select what he wants to save? For example, an article, or even a set of articles, which he was interested in reading;
- Images and videos in the posts can be saved?
in theory it depends on the client’s browser... but setting the page headers to full cache with these headers.. remembering that you have to remove any dynamical content from the page, such as analitics and others..
– BrenoZan
Look at my comments for @Abriel-gartz’s reply.
– Gustavo Rodrigues