问题描述
我有一个Delphi应用程序,在TWebBrowser控件中显示一组网页。它是一个信息亭类型的应用程序,所以用户触摸一边的按钮,它在选项卡中显示一个特定的网页。我有某些网站有问题,并获得IE javscript错误。
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.
我想知道是否有办法可以在标签页或Delphi的表单中嵌入chrome或firefox浏览器?
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?
此似乎回答了问题我遇到了javascript错误。
This question seems to answer the issue I had with getting javascript errors.
推荐答案
我应该先google了。发现这个
I should have googled first. Found this
点点滴滴,但似乎很好。
Took a little bit of fiddling, but seems to work good.
这篇关于Chrome / Firefox替代TWebBrowser控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!