android - Block inline behaviour of youtube video -


i'm developing html5 + phonegap + jquerymobile app...in page have embedded video youtube code below

<iframe class="vidpif1" width="100%" height="268px" src="" seamless></iframe>  

(the src value generated jq)

 $('#div iframe').attr('src' , 'http://www.youtube.com/embed/xxxxxxx?rel=0;3&amp;autohide=1&amp;showinfo=0?html5=1?qv=large?theme=light&color=white'); 

when click play button video starts inline in android 4.2.2 while in android 2.3.6 starts in default player (with black background)...how can block inline behaviour?!? thanks


Comments