9
votes

For Delphi VCL there is TWebBrowser and some 3rd party components like TEmbeddedWebBrowser available for browsing a web.

Is there a similar web browser component but for Firemonkey framework in Delphi XE2 (ideally with Windows and Mac support) ?

2
Hi Dennies, have you tried to use the ChromiumEmbedded on Mac ? Have you resolved this somehow ? Any feedback will be appreciated. Thanks!TLama
any possibility to just write a native app? By the time you figure out how to make Delphi/FireMonkey work, you will be well along with getting your native app written... Just a thought. :-| Plus, I don't think I've ever seen a cross-platform app that delivered an acceptable user experience.nielsbot

2 Answers

11
votes

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.

3
votes

As far as I know (!), the situation is as follows:

  • CromiumEmbedded supports OSX (& Windows of course)
  • There is a Delphi ChromiumEmbedded
  • Delphi supports OSX through the FireMonkey framework
  • There is even a FireMonkey version of the Delphi ChromiumEmbedded
  • The Delphi/FireMonkey ChromiumEmbedded does not support OSX

If somebody knows better, that would be fantastic.