Saving a webview website to localStorage

Hey guys,
I’m trying to figure a way to save a webview site locally for future viewing when in offline.
I thought about saving a PDF from URI, but I want the exact state the user is viewing the website to be saved as is. Kinda like saving just the HTML of the webview.

Any ideas of how I should go about approaching this?

I thought about injecting a local JS to save the DOM and exporting it, but it sounds like I’m trying to invent something that probably already exists.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.