I want to get the html source code of a webpage loaded in webview
element. I want the source code in text format to parse it further.
This link
does that but it reloads the page from network for the purpose. I do not want to do that since that will waste time. How to achieve this ?
Asked
Active
Viewed 68 times
1

Community
- 1
- 1

Ashni Goyal
- 819
- 3
- 10
- 20
-
[The only way](http://stackoverflow.com/questions/2376471/how-do-i-get-the-web-page-contents-from-a-webview) – Leonidos Feb 06 '13 at 14:09