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()
you can pass data via JavaScriptInterface from webview.. i've done this. save the data to an static variable then process under android applcation