brtnshrdr / angular2-image-zoom

An Angular2 Image Zoom Directive
MIT License
22 stars 16 forks source link

Zoom does not work on IE (11) #10

Open niyengar opened 7 years ago

niyengar commented 7 years ago

@brtnshrdr Thanks for making this zoom module. The above issue is probably caused caused due to 'mousewheel' event not having the 'wheelDeltaY' property in IE. This does not allow the scroll up case at all and hence zoom doesn't seem to be working. I am wondering if using the 'wheel' event might provide a better cross-browser solution - https://developer.mozilla.org/en-US/docs/Web/Events/wheel. Or maybe a different workaround for IE browsers older than Edge. Wanted to know your thoughts on it. Thanks!