sampotts / plyr

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

Video player does not initialize on mobile devices #924

Closed mveenstra closed 6 years ago

mveenstra commented 6 years ago

Expected behavior

Actual behavior

Screenshot of video player on desktop: image

Screenshot of what the same video loads like in mobile view: image

Environment

Steps to reproduce

friday commented 6 years ago

Doesn't seem like a problem on https://plyr.io/ though?

mveenstra commented 6 years ago

@friday I was actually just taking a look at that myself out of curiosity and you are correct it seems to be working on https://plyr.io/ - I am not sure why it would not work on mobile. There is no custom JS so its a tad confusing.

friday commented 6 years ago

Please verify that you're using the latest plyr version, and if so, could you replicate the non-working state with an online snippet editor such as jsfiddle/codepen/jsbin etc? :)

mveenstra commented 6 years ago

@friday aha! That was it. I did not realize I was referencing an older version of the plugin. Thank you so much for your time and help! Appreciate it. Have a great day!