Skip to content
New issue

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

[bug] Onwheel doesn't work #9528

Open
wuhuawei1996 opened this issue Apr 21, 2024 · 0 comments
Open

[bug] Onwheel doesn't work #9528

wuhuawei1996 opened this issue Apr 21, 2024 · 0 comments
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@wuhuawei1996
Copy link

Describe the bug

I previously submitted an issue, but it seems the developers didn't understand what I meant, so I submitted the issue again, expressing my meaning more precisely.

The version of Tauri I am using is >=2.0.0-beta. I found that on a laptop touchpad, scrolling with two fingers in opposite directions does not trigger the wheel event; however, it does trigger the event when scrolling in the same direction. I think this might be a bug, since the wheel event is triggered on Edge and Chrome when scrolling with two fingers in opposite directions.

On Chrome, the "wheel" event was triggered:

1.mp4

On Tauri-developed app, nothing happened:

2.mp4

Reproduction

No response

Expected behavior

No response

Full tauri info output

[✔] Environment
    - OS: Windows 10.0.22631 X64
    ✔ WebView2: 123.0.2420.97
    ✔ MSVC: Visual Studio Build Tools 2019
    ✔ rustc: 1.77.1 (7cf61ebde 2024-03-27)
    ✔ cargo: 1.77.1 (e52e36006 2024-03-26)
    ✔ rustup: 1.27.0 (bbb9276d2 2024-03-08)
    ✔ Rust toolchain: stable-x86_64-pc-windows-msvc (default)
    - node: 18.17.1
    - pnpm: 8.15.4
    - npm: 10.5.1

[-] Packages
    - tauri [RUST]: 1.6.1
    - tauri-build [RUST]: 1.5.1
    - wry [RUST]: 0.24.7
    - tao [RUST]: 0.16.8
    - @tauri-apps/api : not installed!
    - @tauri-apps/cli [NPM]: 1.5.11

[-] App
    - build-type: bundle
    - CSP: unset
    - distDir: ../src
    - devPath: ../src

Stack trace

No response

Additional context

No response

@wuhuawei1996 wuhuawei1996 added status: needs triage This issue needs to triage, applied to new issues type: bug labels Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

No branches or pull requests

1 participant