sampotts / plyr

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

Vimeo video will not go into fullscreen when using Plyr #2720

Open chrisjameschamp opened 1 year ago

chrisjameschamp commented 1 year ago

When using Plyr my vimeo embeds will not go fullscreen when on mobile.

I am using v3.7.8

It works fine if I do not enable plyr

My Vimeo Embed Code is as follows.

<iframe src="https://player.vimeo.com/video/videoid" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" allow="autoplay; fullscreen; picture-in-picture"></iframe>

Javascript with Jquery 3.6.3: const demo = new Plyr('#demo', { controls: ['play', 'progress', 'current-time', 'mute', 'volume', 'fullscreen'], settings: [], });

It does not do it on the plyr demo on the website, so it might be me.

AIC-BV commented 1 year ago

We are experiencing this issue too. Going fullscreen on iPhone does NOT work. Video disappears and plays in the background or something. You can no longer scroll and are completely stuck untill you refresh the page itself.

AIC-BV commented 1 year ago

And just like you said, it DOES work on the plyr.io page which makes it really confusing. Have you found a solution @chrisjameschamp?

chrisjameschamp commented 1 year ago

And just like you said, it DOES work on the plyr.io page which makes it really confusing. Have you found a solution @chrisjameschamp?

I have not, for now I believe I am running code to see if the device is mobile, and if it is then I am not using plyr which is not ideal

pzpsofficial commented 1 year ago

Hi! I am experiencing the same issue, the video from Vimeo will load and disappear (I can hear the audio, but cannot see it). Have you guys resolved the issue?

AIC-BV commented 1 year ago

Hi! I am experiencing the same issue, the video from Vimeo will load and disappear (I can hear the audio, but cannot see it). Have you guys resolved the issue?

Sadly not :(