Hacker News new | ask | show | jobs
by eviks 1063 days ago
Still not clear why the app can't save the page itself to storage on every page load, then let OS clear the memory and not notify anyone, then if it's purged, reload from local file
1 comments

That sounds like the app would need to implement their own RAM paging and that is a complicated and error prone endeavor and likely not worth the effort for he developer. I don't even know if an iOS app would have the system hooks to be able to do it.
why not just save the page as html? Isn't that what official Safari does with the reading list?
Pages can rewrite themselves at any time.
so? having something good most of the time beats having nothing all of the time