Open chrisjameschamp opened 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.
And just like you said, it DOES work on the plyr.io page which makes it really confusing. Have you found a solution @chrisjameschamp?
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
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?
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 :(
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.