iframe - on ipad once loaded youtube video freezes all other keys until played -


i using following code load youtube video.

jquery(document).ready(function() {     $("#load").click(function(){     data = '<iframe id="placeholder"> </iframe>';     $('#putithere').html (data);     $('#putithere').show ();     document.getelementbyid ('placeholder').src='http://www.youtube.com/embed/7r4ljq7-_6y'; }); }); 

additional buttons exist well. problem on ipad or iphone, other buttons frozen (do not respond touch) until video started. once started, other buttons function. occurs in 'touch' environment. using 'click' environment, buttons not frozen. so, example on lap top (using mouse), can load video, see wrong one, , click load different video. on ipad, can not click (touch) load different video until loaded video has started play.

this has been logged bug youtube api, affects ipod/ipad/iphone family links directly underneath embedded youtube video not work same height embedded video. see below link:

https://code.google.com/p/gdata-issues/issues/detail?id=4569


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

CSS3 Transition to highlight new elements created in JQuery -