Blank Screen when running CefSilmple and cef based app

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

Re: Blank Screen when running CefSilmple and cef based app

Postby djunges » Wed Jan 23, 2019 7:26 am

i have solved this with twomethods:
ONE:
protected override void OnBeforeCommandLineProcessing(string processType, CefCommandLine commandLine)
{
commandLine.AppendSwitch("--disable-gpu");
}

TWO:
Avoid calling the LoadUrl function before OnBrowserAfterCreated

regards
djunges
djunges
Newbie
 
Posts: 4
Joined: Wed Jan 16, 2019 7:11 am

Previous

Return to Support Forum

Who is online

Users browsing this forum: No registered users and 63 guests