[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to main content

Workaround NotAllowedError in Safari

· One min read

Problem: Calling HTML5 video play() programmatically gives NotAllowedError in Safari, even with muted set on the video element. This is often a problem when trying to load some video data asynchronously before calling play(), even though the playback was initally triggered by a user's click (which is required by Safari).