CefView / QCefView

A Qt Widget encapsulated CEF view based on QWidget
https://cefview.github.io/QCefView/
GNU Lesser General Public License v2.1
527 stars 137 forks source link

alert窗口无法弹出? #191

Open w136111526 opened 1 year ago

w136111526 commented 1 year ago

你好,我在windows编译了102得cef版本,试了下在网页上点击onCallBridgeQueryClicked按钮,客户端能接收到query消息,但是网页弹不出alert窗口,tutorial.html里面得query按钮也没法弹出alert窗口,请问是什么原因啊?

le0zh commented 1 year ago

有其他改动么?可以在 onSuccess onFailure 回调里加些日志,看有没有触发回调,或者通过 chrome://inspect/#devices 打开 web 的开发者工具,看有没有 js 报错。

zouye commented 1 year ago

能不能把OnJSDialog这个信号放出来,这样方便去实现alert的处理。否则要实现alert就必须去修改底层代码。

tishion commented 1 year ago

能不能把OnJSDialog这个信号放出来,这样方便去实现alert的处理。否则要实现alert就必须去修改底层代码。

这个应该非常简单,你可以对照代码添加一下,然后顺便发个PR么