3

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

mjn
  • 35,933
  • 25
  • 167
  • 367
user3376405
  • 31
  • 1
  • 2
  • possible duplicate of [What's the simplest way to call Http GET url using Delphi?](http://stackoverflow.com/questions/301546/whats-the-simplest-way-to-call-http-get-url-using-delphi). Use the Indy example (`TIdHTTP`), not WinINet. – Marcus Adams Mar 04 '14 at 15:16
  • No it is different. after user change value of inputs of html want to getText of TWebBrowser! – Amin Sep 04 '14 at 13:01

1 Answers1

2

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

Dennies Chang
  • 545
  • 5
  • 11