I want to know how to pause the audio in this website on mobile.
I get empty array with document.querySelectorAll('audio')
and also
document.querySelectorAll('iframe').forEach(iframe => {
doc=iframe.contentDocument;
if(doc!=null) doc.querySelectorAll('audio')
}
Aucun commentaire:
Enregistrer un commentaire