iOS How to trigger video to keep playing after exiting fullscreen?
问题 I'm building a website that plays video in iOS. I have a fullscreen button working in iOS however the video pauses when exiting fullscreen. Does anyone know a way to either force the video to continue to play upon exiting fullscreen or how to set up a listener that triggers the video to autoplay upon exiting fullscreen? here is my code: <script> var video = document.getElementById('tv'), play = document.getElementById('fullscreenbutton'), time; video.addEventListener('webkitbeginfullscreen',