iOS 11 Safari does not init video
See original GitHub issueSeems like the video can not initialise in latest mobile Safari.
init
event says 'NotAllowedError'
I’ve tried to use solution from this webrtc issue:
mounted() {
let videoEl = document.getElementsByTagName('video')[0];
videoEl.setAttribute('autoplay', true);
videoEl.setAttribute('playsinline', true);
videoEl.setAttribute('controls', true);
},
But no success.
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
No Video Playback Safari - Apple Support Communities
However, in doing so, Safari no longer allows for video playback. The video's audio would play but no visual, only a black screen....
Read more >Top 8 Ways to Fix Safari Not Playing Videos on iPhone
Top 8 Ways to Fix Safari Not Playing Videos on iPhone · 1. Open Video in a Private Window · 2. Disable Extensions...
Read more >How to Fix Safari Not Working on iPhone and iPad - YouTube
Safari is your window to the world on your iPhone and iPad. The ubiquitous iOS internet browser is great, but if it stops...
Read more >Best 8 Solutions to Safari Not Playing Videos iOS 15 Problem
Part 3: 7 Tips to Fix Safari Not Playing Videos on iPhone iOS 15 · Tip 1: Reset Network Settings · Tip 2:...
Read more >HTML5 Video tag not working in Safari , iPhone and iPad
My issue was due to animation frame in parent element, the solution was adding video tag after the animation and removing video tag...
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
I’ve tested my app on Https and everything is fine now. Thanks @gruhn !
Oh wait! Checkout this.