Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
Yes it is. I didn't use the correct words to find that answer. – Rob Apr 25 '11 at 19:46
I hope you don't feel like the "exact duplicate" thing is a criticism. This was a very different way of phrasing the question, so now somebody searching who thinks the same way as you can find your question and a pointer to the answer, so it's a good thing you asked. – Chuck Apr 26 '11 at 4:52
No, I've been in the "biz" a long time and nomenclature changes all the time. I'm happy that someone could translate my question so that I could find the good answer. – Rob Apr 26 '11 at 20:43

marked as duplicate by Chuck, Shog9 Apr 25 '11 at 20:02

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 1 down vote accepted

Found this older question on basiclly the same situation.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.