- From: Iván Sánchez Ortega <notifications@github.com>
- Date: Fri, 03 Jun 2016 08:19:02 -0700
- To: w3c/uievents <uievents@noreply.github.com>
- Cc:
Received on Friday, 3 June 2016 15:20:22 UTC
Related: https://github.com/Leaflet/Leaflet/issues/4592, https://github.com/Leaflet/Leaflet/issues/4538 The current implementations rely on accumulating pixel deltas and using `WHEEL_DELTA` as a threshold - the main problem being that `WHEEL_DELTA` is not consistent across browsers (it might depend on the browser vendor, user's configuration and viewport geometry). --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/issues/17#issuecomment-223608251
Received on Friday, 3 June 2016 15:20:22 UTC