Chrome/ Firefox Alternative to TWebBrowser Control

江枫思渺然 提交于 2019-12-04 10:36:52

问题


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.


回答1:


I should have googled first. Found this

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

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



来源:https://stackoverflow.com/questions/7448817/chrome-firefox-alternative-to-twebbrowser-control

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!