angular2-image-zoom icon indicating copy to clipboard operation
angular2-image-zoom copied to clipboard

Zoom does not work on IE (11)

Open niyengar opened this issue 7 years ago • 0 comments

@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!

niyengar avatar Aug 17 '17 08:08 niyengar