app icon indicating copy to clipboard operation
app copied to clipboard

Page caching

Open stuk88 opened this issue 9 years ago • 0 comments

Hi I was wondering if there is a page caching feature coming up, and if not, how do you recommend me to save the page state before navigating from it. The purpose of the page cache is to able to make a options page or info page, that you can open and after your done, navigate back to the previous page.

I'm developing on cordova. I could use LocalStorage. The cache supposed to be restarted on each app load.

I'm currently saving the app-content html to the LocalStorage on navigation out of the page. And retrieving it on any other load than the first.

stuk88 avatar Jun 29 '15 12:06 stuk88