Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome/ Firefox Alternative to TWebBrowser Control

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.

like image 389
Toby Allen Avatar asked Sep 16 '11 18:09

Toby Allen


People also ask

Is the WebBrowser control a replacement for IE?

As far as I understand, the WebBrowser control is a wrapper for IE, which wouldn't be a problem except that it... Stack Overflow About Products For Teams Stack OverflowPublic questions & answers Stack Overflow for TeamsWhere developers & technologists share private knowledge with coworkers

What are the best alternatives to internet browsers?

Opera. Opera has been an alternative browser choice since before several of the current leaders in the category existed. The browser’s developers are responsible for introducing many standard features we now take for granted, including basic things like tabs, built-in search, a pop-up blocker, and page zooming.

What is the best alternative to Google Chrome for private browsing?

Top 10 Google Chrome Alternatives For Browsing Privately (2019) 1. Firefox. Mozilla’s Firefox is the best alternative to Chrome in terms of speed and privacy. It allows far more... 2. Tor Browser. Tor is quite a popular choice among those who regularly use privacy-focused browsers. In fact, Tor ...

What are the other browsers other than Google Chrome?

Other considerable options for browsers other than Google Chrome are Firefox, Safari, Vivaldi, etc. 2. Why you should not use Google Chrome? The biggest reasons to not use Google Chrome are privacy concerns and RAM hogging nature. Google tracks all your online activity via Chrome browser and bombards you with ads wherever you go on the internet.


1 Answers

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

like image 139
Toby Allen Avatar answered Sep 28 '22 06:09

Toby Allen