
Embedded YouTube videos don't play on iPad or iPhone when responsive
I embed a YouTube video with the following code:
jwplayer("video01").setup({
file: "http://youtu.be/skKzKYYf6yg",
width: "100%",
aspectratio: "16:9"
});
The video should be responsive and should use the jwplayer controls. It works everywhere except for iPad and iPhone. Now, before you say "Oh, well it won't work on iPad or iPhone because it's Flash", let me point out that if I go directly to the YouTube url, the video does play on those devices. Is there any way to get it to also play within JWPlayer?
Note: I have also tried this path, "http://www.youtube.com/watch?v=skKzKYYf6yg", similar to the instruction page at http://support.jwplayer.com/customer/portal/articles/1406725-youtube-video-embed. It didn't work either. The only difference I can see between what I am doing and the example page is that I am using the responsive setup.
Any help would be greatly appreciated.