I'm developing a website that uses scrolling with the mousewheel or trackpad as an essential part of navigation. This functions as intended with all desktop browsers, and on Chrome and Firefox when using the Surface and Type Cover.
However, in IE or Edge with the Surface and Type cover, the event is not triggered. I have tried each of the following:
- DOMMouseScroll
- mousewheel
- wheel
- scroll
No event whatsoever is triggered, and this is only an issue with this system and browser combo. What event (if any) can I use so that IE/Edge on a Surface will recognize it? Or is this just not doable with a Surface?