Hello Team,
I have downloaded the CefSharp.MinimalExample from the GitHub repo https://github.com/cefsharp/CefSharp.MinimalExample.
Which is having the CefSharp NuGet package with version 93.1.1.140, I am running WPF app on my windows 10 x64 machine (project platform set to x64 in visual studio).
And when I run the project and navigate to http://earth.google.com in the browser, the web page is not loading even after 2minutes.
I made some changes to the App.xaml file to enable WebGL, even after that, I observed the same behavior with Google earth.
settings.CefCommandLineArgs.Add("enable-gpu");
settings.CefCommandLineArgs.Add("enable-webgl");
Even same behavior observed with WinForms application also.
Can you guys please help me with this, am I missing any thing on configuration.