CefViewCore
CefViewCore copied to clipboard
A common library providing clean and easy consuming of CEF
1.添加响应数据拦截接口。 2.修复RenderHandler重写函数名错误的BUG。 3.完成DownloadHandler接口函数。
win10系统下,文件CefViewCore\src\CefView\CefBrowserApp\CefViewBrowserClient.cpp的228行 auto context = arguments->GetDouble(0); 无法获取到context的值,改为: auto context = arguments->GetInt(0); 是可以的。
I have a problem with default compiled cefviewcore and cefviewwing, which I suppose must be an example application using cefviewcore. The CefViewAppBase::GetProcessType(command_line); function returns unknown type, if I pass --type=renderer...
https://github.com/CefView/QCefView/issues/191