sampotts / plyr

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

[Vimeo] Full-width mode doesn't work on iOS #1496

Open simonepizzamiglio opened 5 years ago

simonepizzamiglio commented 5 years ago

Expected behaviour

On Vimeo player, when clicking on full-width mode icon it should work

Actual behaviour

On Vimeo player, in my case when clicking on full-width mode icon , the video disappears. In the official Plyr video example when clicking on full-width mode icon the video shows up but it is actually broken.

Environment

Link to where the bug is happening

https://plyr.io/#vimeo

simonepizzamiglio commented 5 years ago

I just found out the problem, I'm using the non progressively enhanced method nested into a div, I just removed this div and it works...but still, in the official Plyr Vimeo example it doesn't work properly.