iphone - iscroll4 based carousel with video -


i've implemented basic carousel images iscroll4. images (near) perfect. when try add video via html5 tag, carousel stops,when swipe through video, scrolls page right or left.

i have problem carousel. page little bit long, have swipe down see of contents. when swipe down in area of carousel, nothing happens.

i want carousel understand swipe-left , right, , video tag tap.

is possible?

here skeleton of html.

   <div id="wrapper">    <div id="scroller">    <ul id="thelist">    <li><img src="1.png" width="280" /></li>    <li>    <video width="280" controls="controls" type="video/mp4" src="x.m4v" poster="x.jpg"  />    </li>    <li><img src="2.jpg" width="280" /></li>    </ul>    </div>    </div>  

you have disable native video controls removing video control attribute , use custom video control. source: https://stackoverflow.com/a/3488052/458679


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -