I want to store Webviewer Webpage for offline Reading & If internet connects then data wants to update automatically… What to do?
i want to solve this problem… please help me to solve this problem…
I’m making app & i want to store webviwer data for offline reading but i cant do this. so please give me any solution or extension for this
1 Like
Peter
(Moderator)
December 13, 2017, 2:46pm
2
YOU can doit.. and it is EASY..!
your answer is appcache and exists in HTML5
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
The cache manifest in HTML5 was a software storage feature which provided the ability to access a web application even without a network connection. It became part of the W3C Recommendation on 28 October 2014.
Since 2021, this technology is no longer widely available. It was removed from Firefox 85, and disabled by default in Chrome 84 and removed in Chrome 95. Using any of the offline Web application features at this time is highly discouraged and use of service workers is recommended instead. ...
tell it to Hossein…
thanks sir, but how can i do this with app inventor blocks..
I already gave you the ingredients, you will have to investigate how to build the antidote.
you do not have to do anything in makeroid but on the WEB server, but read the documentation and try to implement it.