12

I have a Delphi app that shows a group of webpages in a TWebBrowser control. Its a kiosk type app so a user touches a button on the side and it shows a particular webpage in a tab. I am having some problems with certain sites and getting IE javscript errors.

I would like to know if there is a way I can embed a chrome or firefox browser in a tab or on a form from Delphi?

This question seems to answer the issue I had with getting javascript errors.

Community
  • 1
  • 1
Toby Allen
  • 10,997
  • 11
  • 73
  • 124

1 Answers1

15

I should have googled first. Found this

http://code.google.com/p/delphichromiumembedded/

Took a little bit of fiddling, but seems to work good.

Direct link to the archive download page: https://code.google.com/archive/p/delphichromiumembedded/downloads Because the Google Code page is closed

Toby Allen
  • 10,997
  • 11
  • 73
  • 124