Ciao a tutti, hoquesto scrito:

codice:
const btnOpenSongMbl = document.querySelector("#btnOpenSongMbl");


btnOpenSongMbl.onclick = () => {
    const rHome = document.querySelector(".right-home");
    rHome.classList.add("active");
}
Come mai sui browser dei pc funziona mentre sui browser mobile no?