Getting html from WebView

funcoder

Member
Licensed User
Longtime User
I need to parse the html returned after the user submits a form on a WebView. But the WebView does not have an option to get the html source.

Any ideas how to get around this?

Thanks

Jonathan

Funcoder Technology Blog
 

TomK

Member
Licensed User
Longtime User
Just a thought here but,

Can't you use HTTP request/response and parse the data from a GET as it comes back to you?


Tom
 
Upvote 0
Top