On mac zoom works fine using 2 fingers on the trackpad for firefox, but on chrome nothing happens as soon as the second finger is pressed. I tried to subscribe to touch events via bevy (0.8) but didn't seem to see any. Probably there are touch events and maybe we just need to hook into them via web_sys for now...
On mac zoom works fine using 2 fingers on the trackpad for firefox, but on chrome nothing happens as soon as the second finger is pressed. I tried to subscribe to touch events via bevy (0.8) but didn't seem to see any. Probably there are touch events and maybe we just need to hook into them via web_sys for now...