QCefView icon indicating copy to clipboard operation
QCefView copied to clipboard

[BUG]: 无法使用笔记本双指下滑

Open student2002 opened this issue 2 years ago • 2 comments
trafficstars

Describe the bug 【Bug描述】

编译后测试用的demo在笔记本下使用双指滑动屏幕会出现异常 ...

To Reproduce 【复现步骤】

  1. 构建QCefView-v1.1.0
  2. 编译时选择构建build_demo
  3. 重新生成项目后运行demo
  4. 使用笔记本双指滑动屏幕

Expected behavior 【正确的预期行为】

正常下滑页面 ... Screenshots 【截图】 image

...

Environment 【BUG产生的环境】

  • OSR/NCW Mode:
  • OS & Version: [e.g. Windows/macOS/Linux]Windows10
  • Qt Version:5.12.9
  • CEF Version:113.3.1+g525fa10+chromium-113.0.5672.128

Additional context 【更多额外信息】

...

student2002 avatar Oct 28 '23 01:10 student2002

生成项目前 取消了 virtual bool requestClose(CefRefPtr<CefBrowser> browser) override;的override, 注释了QApplication::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);

student2002 avatar Oct 28 '23 01:10 student2002

可以尝试CEF的demo是否支持双指下滑

L-Super avatar Nov 02 '23 02:11 L-Super