captbaritone / webamp

Winamp 2 reimplemented for the browser
https://webamp.org
MIT License
9.7k stars 640 forks source link

Pinch to zoom (Mac OS) on the volume slider causes it to slide #1224

Open captbaritone opened 11 months ago

captbaritone commented 11 months ago

Ideally we could delineate between different types of touch events well enough to know what's scroll wheel and whats a pinch.

https://github.com/captbaritone/webamp/blob/master/packages/webamp/js/components/Volume.tsx#L30