It appears that IE11 on Windows 8.1 doesn't send mousewheel events from multitouch scrolling on precision touchpads, like the one on the Type Cover for the new Surface Pro 3. Is there some alternative event I could listen to? The actual scroll event won't
work, as I'm emulating a scrolling area in my canvas application by capturing inputs.
This is just using the touchpad under the keyboard, which should operate just like a mouse wheel (it does in Chrome on the same machine). There are no touchstart, DOMMouseScroll, mousewheel, touchmove, gesturestart, or gesturechange events fired.
This is just using the touchpad under the keyboard, which should operate just like a mouse wheel (it does in Chrome on the same machine). There are no touchstart, DOMMouseScroll, mousewheel, touchmove, gesturestart, or gesturechange events fired.