jquery mobile - IFrame player API only play audio with no video on samsung galaxy S3 -


i'm using jquery mobile + phonegap build android , iso applications. 1 of pages contains videos loaded youtube, page present thumbnail , while user click on i'm calling following method:

onyoutubeiframeapiready(videoid, element){   player = new yt.player(element, {   height: '100%',   width: '100%',   videoid: videoid,     events: {       'onready': onplayerready       }   });     } 

note: in code i'm not using onyoutubeiframeapiready() customized 1 i'm directly calling. working fine! issue saw on samsung galaxy s3 (4.0.4) there can hear video cannot see unless i'm expanding video full screes. iframe player api uses compatible player why i'm facing issue here? can done?


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -