We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 【Bug描述】 将example 中的MainWindow.cpp addLocalFolderResource 修改为 QCefContext::instance()->addArchiveResource(QString("file:///D:/test/test.zip"), URL_ROOT, QString("")); 运行后无法显示zip资源中的index.html, 页面显示错误信息 Failed to load URL: http://qcefviewdoc/index.html Error: ERR_NAME_NOT_RESOLVED(-105) 如果使用分支 cef-104.4.26 ,同样的操作,也无法显示zip资源中的index.html , 页面是空白的。
...
To Reproduce 【复现步骤】
Expected behavior 【正确的预期行为】 期望能正确显示zip资源中的html文件
Screenshots 【截图】
Environment 【BUG产生的环境】
Additional context 【更多额外信息】
The text was updated successfully, but these errors were encountered:
他应该是zip里面的文件结构有问题
Sorry, something went wrong.
应该是这个原因
No branches or pull requests
Describe the bug 【Bug描述】
将example 中的MainWindow.cpp addLocalFolderResource 修改为 QCefContext::instance()->addArchiveResource(QString("file:///D:/test/test.zip"),
URL_ROOT,
QString(""));
运行后无法显示zip资源中的index.html, 页面显示错误信息 Failed to load URL: http://qcefviewdoc/index.html
Error: ERR_NAME_NOT_RESOLVED(-105)
如果使用分支 cef-104.4.26 ,同样的操作,也无法显示zip资源中的index.html , 页面是空白的。
...
To Reproduce 【复现步骤】
Expected behavior 【正确的预期行为】
期望能正确显示zip资源中的html文件
...
Screenshots 【截图】
...
Environment 【BUG产生的环境】
Additional context 【更多额外信息】
...
The text was updated successfully, but these errors were encountered: