1
I want to use the Tchromium to make a browser with Delphi. But I’m not getting access to any page with it.
I’ve used the controls:
Chromium1.Load('www.terra.com.br');
Also:
Chromium1.Browser.MainFrame.LoadUrl('www.terra.com.br');
And it won’t!!
Does anyone know how to use this component?
I realized that when the site opens in protocol https the problem occurs. In the protocol http, the sites open normally. It’s even funny, because the Bing I can open it, but the Google does not open because it is https
– Andrey
You can use the new Microsoft webview2 ( Edge )
– Robson Tazinaffo