-
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/3359) by Mitchell (Bitbucket: [bejii](https://bitbucket.org/bejii), GitHub: [bejii](https://github.com/bejii)).**
---------------…
-
发现js调C++方式不够灵活。
![image](https://user-images.githubusercontent.com/103172877/163350636-9e0c270e-956a-47e1-b0a0-4b12713bd007.png)
直接这样写貌似不行。
必须要传入第二个参数,哪怕是空的都行。
![image](https://user-images.githubu…
-
**Describe the bug**
使用自带的示例, index.html里js调用native方法, cefQueryRequest信号无法被处理
**To Reproduce**
拉取最新的代码运行example, QCefView: main, QCefViewCore: commit 38e02107868505ede52a52d3b7e2bea57eac40e4, 以win3…
-
**Describe the bug**
用最新的代码运行example崩溃
**To Reproduce**
拉取最新的代码运行example, QCefView: main, QCefViewCore: commit 8db29e71206507096b2bda6074f70a5e402d8d6f
**Expected behavior**
example正常运行
*…
-
我用官网CEF Demo测试发现可以默认有右键
![image](https://user-images.githubusercontent.com/103172877/163530464-f888e31f-1ed0-444a-ab52-4fbe87beb47c.png)
为啥咱们QCefView没有右键呢?是屏蔽了吗?怎么开启呢?
-
环境:win10+触摸
程序:QCefViewTest
问题:在网页点击输入文本框,无法唤起输入键盘
解决方式:添加 QCefViewTest.manifest 后,键盘输入正常
程序的清单生成为什么会影响键盘唤起呢?
-
在Mac下使用demo打开网页,发现编辑框不支持command+a/command+c等等
-
void
QCefViewTest::onBtnNew()
{
QDir dir = QCoreApplication::applicationDirPath();
QString uri = QDir::toNativeSeparators(dir.filePath("QCefViewTestPage.html"));
cefview = new CustomCefView…
-
用如下代码新建保存为1.html,然后浏览器打开,或者用CEF原生DEMO打开 都可以看到最小化的变化。 QCEF不行。。。
`
document.body.insertAdjacentHTML('afterbegin', '' + navigator.userAgent + '')
setInterval(function() {
document.body.…
-
将QCefView放入ADS::DockWidget中后整个窗口一直闪烁,不能进行任何操作
我注释了QCefViewPrivate 386行恢复正常
if (now == q) {
// QCefView got focus, need to move the focus to the browser window
setFocus(true);
} else…