Hello All,
I'm trying to use TEdgebrowser (or FMX TWebbrowser with EdgeOnly WindowsEngine), and it keeps failing to initilize Edge Engine ! I've downloaded EdgeView2 SDK from GetIt manager , set BrowserExecutableFolder to the path of msedgewebview2.exe , and have WebView2Loader.dll either in path or in application deploy folder. I only get error messages either "Failed to initialize the Edge loader" or "Failed to initialize Edge: the request is not supported" !
Has anyone properly configured a working Edge webview2 environment before ?
My setup : Windows 11 , Embarcadero Delphi 12.1, EdgeView2 SDK 1.0.2739.1, EdgeCore 131.0.2903.112
The test is performed using the sample at \Embarcadero\Studio\23.0\Samples\Object Pascal\VCL\WebBrowser\Edge
Regards.