How do I retrieve all HTML content currently displayed in a WebView?
I found WebView.loadData() but I couldn\'t find the opposite equivalent (e.g. WebVi
WebView.loadData()
Unfortunately there is not easy way to do this.
See How do I get the web page contents from a WebView?
You could just make a HttpRequest to the same page as your WebView and get the response.