I\'m trying to use the API to play a video, but it only works after you click the play button in the player in iOS. In desktop and Chrome for Android, it is working fine.
I contacted the Vimeo support team. They said behavior differs in Chrome Mobile (Android) because they're able to use the Player in that browser (Chrome Mobile). In iOS, playback is handled by the iOS native media player.
They Play method can only be called if the user initiates playback first by tapping the play button onscreen (in iOS).
Related Question: Can you autoplay HTML5 videos on the iPad?