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
Describe the bug
On MacOS, arrow keys doesn't work (left / right / down / up)
Steps To Reproduce
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