CefViewCore icon indicating copy to clipboard operation
CefViewCore copied to clipboard

A common library providing clean and easy consuming of CEF

Results 8 CefViewCore issues
Sort by recently updated
recently updated
newest added

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); 是可以的。

suggest add CefDownloadHandler Thanks!

enhancement

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

win平台上,下载代码后,已经通过修改脚本编译了cef,并且生成了libcef_dll_wrapper.a库,编译cefviewcore时提示找不到库内方法,不知道是cef库编译错误,还是连接路径有问题? `Linking CXX static library ..\output\Release\lib\libcef_dll_wrapper.a` `[ 87%] Built target libcef_dll_wrapper` `[ 87%] Building CXX object src/CMakeFiles/CefViewWing.dir/Shared/Common/CefViewCoreLog.cpp.obj` `[ 87%] Building CXX object src/CMakeFiles/CefViewWing.dir/Shared/Common/CefViewDebug.cpp.obj` `[ 88%] Building CXX object src/CMakeFiles/CefViewWing.dir/CefWing/App/CefViewAppBase.cpp.obj` `[...

When I compile this code in the Kylin operating system, I successfully compile out libcef_dll_wrapper.a. However, when compiling CefViewWing, an error occurs: undefined reference to cef_string_utf16_clear'.