pointer_events_polyfill
pointer_events_polyfill copied to clipboard
Use feature detection in place of IE UA sniffing
See issue #9.
Or why not just use <!--[if lte IE 10]> in html to begin with?
Or why not just use <!--[if lte IE 10]> in html to begin with?
Conditional comments support only IE 5 through 9. You cannot use them to detect IE10.