pointer_events_polyfill
pointer_events_polyfill copied to clipboard
[BUG] Does not work in IE8
trafficstars
Works in IE9 and IE10 but not in IE8
Hello. I would like to know if you are going to look into this!
Hi, I've forked this repository and added IE8 support - https://github.com/entozoon/pointer_events_polyfill
Use this updated js, and also add a data-pointer-events-none attribute to your element. e.g.
<div data-pointer-events-none></div>