wieringen / tinycircleslider

A lightweight circular carousel for jQuery
http://baijs.com/tinycircleslider
Other
105 stars 41 forks source link

Works not on IE 10 & 11 #6

Closed stephan-fischer closed 9 years ago

stephan-fischer commented 9 years ago

Hello,

the TinycircleSlider works not on IE 10 or 11. And it works not on Windows 8 Tablet. Can you may fix it? Is very important for IE user, because it is unusable.

Thanks! Best regards, Stephan

floreadm commented 9 years ago

This is true.

This is not working on IE 10 and IE 11. Any fix?

floreadm commented 9 years ago

@stephan-fischer, @wieringen

Fix it. On line 79. Either you take out 'onmsgesturechange' in window from touchEvents = 'ontouchstart' in window || 'onmsgesturechange' in window or

put this instead touchEvents = !(window.navigator.userAgent.indexOf("MSIE ") > 0 || !!navigator.userAgent.match(/Trident.*rv:11./)) && ('ontouchstart' in window || 'onmsgesturechange' in window)