Неперехваченное (в обещании) DOMException: сбой play(), поскольку пользователь сначала не взаимодействовал с документом.
ضمور العضلات
.img-container {
text-align: center;
}
var music = document.getElementById("musicSound");
var hungry= document.getElementById("hungrySound");
function playMusic() {
music.play();
thirsty.pause();
thirsty.currentTime = 0;
}
function playHungry() {
hungry.play();
music.pause();
music.currentTime = 0;
}
Подробнее здесь: https://stackoverflow.com/questions/662 ... user-didnt
Мобильная версия