naver / hammerjs-compatible

This utility is compatible library for hammer.js on IE8
MIT License
5 stars 3 forks source link

addEventListener/removeEventListener isn't work in IE8 #4

Open sculove opened 7 years ago

sculove commented 7 years ago

case

window.addEventListener("scroll", handler); window.addEventListener("resize", handler);

if event is attached at window, change target to document.body https://github.com/naver/hammerjs-compatible/blob/master/src/addeventlistener.js#L62

mixed commented 7 years ago

@sculove Do you mean currentTraget, not a target?

sculove commented 7 years ago

I can't attach event at window which is target.