Offline Webview content

Hi, guys!

is there a way to open a Webview and then cache the content/page for offline view?

Thanks!

Hey! There’s no functionality for this for now and it’s unlikely we’ll produce it either. An approach might be to use other (as yet unspecified) means to download the page to local device storage and using it with file:// urls, but that’s just speculating. What was your concrete use case?

Hi, thanks for the reply!

I’d like to load the content of a url in a normal webview (in the first user access). Then, allow access to the same content, even if with no internet connection. The urls are fixed and the content is educational. That’s why I want to provide access to it anywhere.

I don’t know if there’s a way to do this, even in a “native” ecosystem.

Thanks!