Hey all,
I recently ran into an issue where I wanted to add two-finger pinch/zoom to a webassembly-compiled Bevy app I was building.
However it looks like magnify and rotate gesture recognition is currently limited to MacOS (#2157).
I'm not too familiar with Winit's internals, but I'd be interested in adding a webassembly implementation to support these gesture events if possible.