jbx
jbx

Reputation: 22128

Embedded youtube Playlists do not work on iPad (iOS)

I am embedding a Youtube playlist and it works fine on normal desktop browsers, but on iPad it is not working. From the various questions here and some other info I read that Youtube is capable of detecting the client and serve an HTML5 version of the video instead. However, it seems that it works only for a single video URL. When I am using a playlist URL instead it does not work. I am using the <frame> embedding approach.

Is there any way to go around this? I can't seem to find any settings on the Youtube playlist to make it 'html5 friendly'.

Upvotes: 1

Views: 1288

Answers (2)

phpMagpie
phpMagpie

Reputation: 71

I couldn't add a comment so had to add an answer.

It appears they have fixed the issue at their end, see latest updates here: https://productforums.google.com/forum/#!msg/youtube/_crm-T7BFvM/_V2xDBrV0HcJ

Upvotes: 1

Ibrahim Ulukaya
Ibrahim Ulukaya

Reputation: 12877

There few bugs on YT iFrame player on iOS. Hopefully, they are all going to be resolved soon. You can track them all in issue tracker. Here's the main one.

https://code.google.com/p/gdata-issues/issues/detail?id=5204&q=API%3DYouTube%20iOS&colspec=API%20ID%20Type%20Status%20Priority%20Stars%20Summary

Upvotes: 1

Related Questions