In past version of Delphi, when we use VCL framework, TWebBrowser and some 3rd party components inherited from TWebBrowser, e.g., TEmbeddedWebBrowser will be used when some web pages need to be shown in the application form.

Does anyone provide any idea about the same scene for FireMonkey?

For downloading invisible data from WebSite, TIdHTTP is one of the alternative component, but it's pity that TIdHTTP does not render the Web Content.

Do we have any webBrowser component in FireMonkey? Even just for either Windows or Mac will be great.

link|improve this question
Have you tested the ChromiumEmbedded on Mac ? Have you resolved this somehow ? – TLama Apr 4 at 19:44
feedback

1 Answer

You can use the ChromiumEmbedded package for Delphi. There's a TChromiumFMX component which is suited for FireMonkey applications. I've tested the demo project from the repository and it works fine for 32-bit Windows.

However I can't tell you if nor how to build and use it in Mac OS. The only thing I can tell you is that the ChromiumEmbedded for Delphi is distributed only with Windows binaries, the binaries for Mac OS you can download from here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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