idangerous swiper prevents HTML5 play button working in ie10 -


i have embedded html5 video works fine in browsers (or fails gracefully, if browser old or lacks video support). since site uses idangerous swiper (http://www.idangero.us/sliders/swiper/api.php), custom video controls - 'play/pause' button - not work in internet explorer 10.

if remove swiper js code embed head area of html, embedded video plays fine in ie10. problem seems swiper intercepting click on play button in ie10 - , therefore solution seems to disable swiper @ least small area of page.

but it's not clear how it.

there seems scantly documented new feature in june 2013 swiper release lets 1 create 'noswiping' class, wrapping video in div class not solve ie10 problem.

has else needed disable swiper element , succeeded in doing so, particularly regarding ie...? glad see code example. own project still on localhost.

all have add html5=1 in src attribute of iframe :

the video displayed html5 if available, or fallback flash player.

you can read this: force html5 youtube video


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -