Youtube iframe in jquery mobile + phonegap build

Youtube iframe in jquery mobile + phonegap build

Hi everyone!

I'm using an iframe to embed a youtube video in an app for android/iOS developed using jQuery mobile and phonegap build.

Testing it on my browser works fine.

On my device (android) I see the video thumbnail, but when I click on it the screen goes black, I see the controls (play, forward and backward) and the video doesn't start.

I'm checking that the video is avaible for mobile

http://gdata.youtube.com/feeds/videos?alt=json&fields=entry[link/@rel='http://gdata.youtube.com/schemas/2007#mobile']&max-result=10&category=Music&q="+mySong

Any help would be really appreciated.