Welcome Guest Search | Active Topics | Sign In | Register

EoWebBrowser Refresh flickering problem Options
Nica srl
Posted: Thursday, January 7, 2021 5:36:11 AM
Rank: Newbie
Groups: Member

Joined: 11/16/2020
Posts: 1
Good morning,
we encounter a flickering anomaly in the EoWebBrowser.Net component version for WindowsForm.

Are there any properties to set to avoid the refresh?

Thank you in advance
eo_support
Posted: Friday, January 8, 2021 2:19:26 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

Most of the time this is related to your GPU driver. You can try to disable GPU and see if it works. You can disable GPU by using the following code before you create any WebViews:

Code: C#
EO.WebEngine.EngineOptions.Default.DisableGPU = true;


Please let us know if this resolves the issue for you.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.