F funcoder Member Licensed User Longtime User Mar 19, 2011 #1 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
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
T TomK Member Licensed User Longtime User Mar 20, 2011 #2 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
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