energye/energy

operations in the BrowserWindow showing delayed

Edward923 opened this issue · 4 comments

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

cef.BrowserWindow.Config.Url = "https://pro.eleadmin.com/"
and like this

sxmxta commented

@Edward923

Enable GPU acceleration option

appCfg := cef.NewApplicationConfig()
appCfg.SetEnableGPU(true) // open gpu acceleration 
cefApp := cef.NewApplication(appCfg)

so much 3Q!!!