operations in the BrowserWindow showing delayed
Edward923 opened this issue · 4 comments
Edward923 commented
operating dialog / drawer / menu-page showing delayed ...
sxmxta commented
I need to take a look at the dynamic effect diagram
Or an example or address used
Edward923 commented
cef.BrowserWindow.Config.Url = "https://pro.eleadmin.com/"
and like this
sxmxta commented
Enable GPU acceleration option
appCfg := cef.NewApplicationConfig()
appCfg.SetEnableGPU(true) // open gpu acceleration
cefApp := cef.NewApplication(appCfg)
Edward923 commented
so much 3Q!!!