How do I detect if the HTML5 autoplay attribute is supported?
问题 How do I best detect whether a browser's HTML5 video element supports autoplay? On current iOS Safari, for example, autoplay is disabled. Update: I now designed the web page in such a way that it works irrespective of whether autoplay is supported. Now when the page is loaded an initialization video is shown. On an iPad, the user is presented with a big play button. Once playback has been triggered, the video is hidden. Afterwards, playback of the video player can be controlled from