sampotts / plyr

A simple HTML5, YouTube and Vimeo player
https://plyr.io
MIT License
26.21k stars 2.92k forks source link

iOS Youtube embeded Play Button #1302

Open anteksiler opened 5 years ago

anteksiler commented 5 years ago

If you scroll down to the video at the bottom on https://theissue.fuelthemes.net/

The Youtube Video is not playable, meanwhile Vimeo works without any issues.

Atn-D commented 5 years ago

if you add attr «playsinline=1» in video url like this : src="https://www.youtube.com/watch?v=xxxxxxxxxxx&playsinline=1" the video is playable.

But I can't put her on pause....

doostinharrell commented 5 years ago

Hi @anteksiler,

I just resolved this issue for one of my clients. The solution for me was to use the sharing video url's generated by clicking the "share" button on a video page rather than just copying the url in browser.

This works: https://youtu.be/xxxxxxxx This doesn't: https://www.youtube.com/watch?v=xxxxxxxx