JSFiddle - React, Tailwind, and code Playground

js autoplay test on android (withou user interaction)

by Max Liashuk

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/howler/1.1.26/howler.min.js"></script>

JavaScript

//Howl autoplay test on android
var sound = new Howl({
    urls: ['https://auphonic.com/media/audio-examples/AMT04_1.mp3']
}).play();