Possible Duplicate:
get the values of the fields in a form in an android webview android
I would like to get field data from a web page that is in an in-app browser. Is it possible to call a javascript function from the browser and retrieve the data from the page? Something similar to iOS' stringByEvaluatingJavaScriptFromString method.
Thanks, Rob