|
Rank: Member Groups: Member
Joined: 4/10/2016 Posts: 14
|
Started from 13/3/2023, more and more users reported that they can't access the content we provided through the eo.webbrowser. It works before, but just show a blank page now. Some of them said it happened after windows update. I download the verion 2023.1.25 and added the line EO.WebEngine.Engine.Default.Options.DisableGPU = true; but still don't work. PLease help.
I can't provide a sample project for you since most of my client don't have this problem in this moment. But I am afraid that the situation became worse as more people updated their window.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, We have to see the problem first. Can you try to isolate the problem into a small test app and then send the test app to us? See here for more details: https://www.essentialobjects.com/forum/test_project.aspxThanks!
|
|
Rank: Member Groups: Member
Joined: 4/10/2016 Posts: 14
|
As i mentioned before, sending you a test app can't help since most users don't have this problem YET.
|
|
Rank: Member Groups: Member
Joined: 4/10/2016 Posts: 14
|
Which one is correct? "EO.WebEngine.EngineOptions.Default.DisableGPU = true;" or "EO.WebEngine.Engine.Default.Options.DisableGPU = true;" ? I put it before create a webview instance, is it correct? Please Help.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
You should use EngineOptions.Default at application start.
Thanks!
|
|