u-wave / react-vimeo

Vimeo player component for React.
https://u-wave.net/react-vimeo
MIT License
210 stars 63 forks source link

autoplay feature does not work on mobile or IOS devices #243

Open yash-netzoptimize opened 1 year ago

yash-netzoptimize commented 1 year ago

Vimeo's code to automatically start a video on the Vimeo player when loaded without having to press the play button is: autoplay. However, Vimeo states that this will not work on mobile devices or IOS devices like Safari using Vimeo's player.

jordanellis commented 1 month ago

I believe this is due to the browsers blocking autoplay. Safari documentation on autoplay: https://developer.apple.com/documentation/webkit/delivering_video_content_for_safari/#3030251