In regards to webView.load_url(), is there a way to download the webpage content and display the downloaded page?
I have a webview in my script that shows a wiki page but I want it to work offline. So I guess it would download the webpage when the script first runs but after that it should use the downloaded page if it is still up to date.