Код: Выделить всё
Код: Выделить всё
play_audio()
{
try {
var player = document.querySelector('#player');
player.load();
var promise = player.play();
..
player.addEventListener("ended", (currentTime)=>{
});
}
Любое решение спасибо
Подробнее здесь: https://stackoverflow.com/questions/720 ... is-clicked
Мобильная версия