Google earth is not loading in v93.1.1.140 #3826
Replies: 8 comments 4 replies
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
Google Earth is using Here is the relevant exception from the DevTools log:
See: https://developer.chrome.com/blog/enabling-shared-array-buffer/ However I was able to get it working by enabling the settings.CefCommandLineArgs.Add("enable-features", "SharedArrayBuffer"); You might need to clear the |
Beta Was this translation helpful? Give feedback.
-
@campersau: Amazing, thanks a lot. That worked like a charm. ✔✔ @amaitland: Thanks for pointing out in the right direction. 👍👍 |
Beta Was this translation helpful? Give feedback.
-
Background information: Tried setting fixed values, but getting same issue. @campersau : Do you have any suggestion on this on how to enable ? |
Beta Was this translation helpful? Give feedback.
-
Hi @campersau: I am using below args, please let me know if that solve the problem of security. //Isolates the browsing context exclusively to same-origin documents. Cross-origin documents are not loaded in the same browsing context. |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions