3
votes

How can i get text / html from a webpage on Firemonkey platform (Android/iOS). TWebBrowser Doesn't have anything for this...

1
possible duplicate of What's the simplest way to call Http GET url using Delphi?. Use the Indy example (TIdHTTP), not WinINet. - Marcus Adams
No it is different. after user change value of inputs of html want to getText of TWebBrowser! - Amin

1 Answers

2
votes

With some test, I combine JAVAScript and Delphi code, there is a workground, please refer to my article: http://firemonkeylessons.blogspot.tw/2015/01/get-htmljson-from-twebbrowser.html