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

Arrow keys doesn't work on MacOS #1175

Open
thewh1teagle opened this issue Feb 20, 2024 · 3 comments
Open

Arrow keys doesn't work on MacOS #1175

thewh1teagle opened this issue Feb 20, 2024 · 3 comments

Comments

@thewh1teagle
Copy link
Contributor

thewh1teagle commented Feb 20, 2024

Describe the bug
On MacOS, arrow keys doesn't work (left / right / down / up)

Steps To Reproduce

git clone https://github.com/tauri-apps/wry
cd wry
cargo run --example simple

Open some input, type something and then try to navigate left right with arrow keys
Or try to scroll with up / down keys.

Expected behavior
Arrow keys should work

Platform and Versions (please complete the following information):
OS: MacOS (aarch64) Sonoma 14.1
Rustc: rustc 1.75.0 (82e1608df 2023-12-21)

Additional Context
The event doesn't arrive even in the browser
It works in swiftUI multiwebview sample

@parthdalaltech
Copy link

same is happening with me . if anyone can help

@wusyong
Copy link
Member

wusyong commented Feb 26, 2024

I've tried simple and multiview examples, but the arrow keys seem to work.

Could you provide an example of the arrow key input getting blocked?

@thewh1teagle
Copy link
Contributor Author

thewh1teagle commented Feb 26, 2024

@wusyong
It works for me too, even on older commit,
I'm pretty surprised.

Maybe it got fixed in wkwebview or some non direct dependency.

But it still happens in some other app I have, so need to check more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants