SamsungInternet / support

For general Samsung Internet support. You can use the Issues register here as a way to ask support questions.
MIT License
17 stars 0 forks source link

Unable to autoplay inline muted videos via javascript #61

Closed goldenratio closed 6 years ago

goldenratio commented 6 years ago

Hi,

Please check this simplified demo in Samsung Internet browser. https://goldenratio.github.io/video-autoplay/index.html

I get the below error.

NotAllowedError: play() can only be initiated by a user gesture.

It works fine on other android browsers.

goldenratio commented 6 years ago

have to set,

videoEl.muted = true;

in JS