Cannot started video on iPad using API
See original GitHub issueExpected Behavior
player.play() should start video
Actual Behavior
returns Promise { status: "pending" }
Steps to Reproduce
- Head to https://jsfiddle.net/SamPotts/95dojsxq/1/ on an iPad (observed on iOS 10)
- Click the play button which uses the API to start playback
- Nothing happens
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:9 (3 by maintainers)
Top Results From Across the Web
API connection error | Apple Developer Forums
Any API that I try to connect to shows this error in the output: nwresolverstartquerytimerblockinvoke[C1] Query fired: did not receive all answers in...
Read more >javascript - YouTube API not working in iOS (iPhone/iPad) but ...
I am able to get videos to play and all of my YouTube functionality works successfully in Desktop browsers (with the exception of...
Read more >Upload YouTube videos - iPhone & iPad - Google Support
You can upload videos to YouTube in a few easy steps. Use the instructions below to upload your videos from a computer or...
Read more >YouTube Player API Reference for iframe Embeds
Requirements; Getting started; Loading a video player; Operations; Functions ... Using the API's JavaScript functions, you can queue videos for playback; ...
Read more >MediaDevices.getUserMedia() - Web APIs | MDN
That stream can include, for example, a video track (produced by ... mediaDevices will be undefined , and you cannot use getUserMedia() ....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

The player should be firing an error in this case that you can catch on that promise. I’ll take a look.
This is fixed in the mean time. Let me know if you still have issues!