1

Simple question:
is there a way to get video autoplay working on android chrome? To get working I mean also if there's a workaround.

I looked around and seems I can't. Is it right?

Thank you

Luca Rasconi
  • 1,085
  • 11
  • 30

1 Answers1

0

Add att muted

<video autoplay muted>
  <source src="video.webm" type="video/webm" />
  <source src="video.mp4" type="video/mp4" />
</video>
eclaude
  • 846
  • 14
  • 30