0
How can I play audio by just touching the screen..??
https://code.sololearn.com/Werqj7Tkekl9/?ref=app Here is my code... NOTE: Not with button element in javascript
2 Respuestas
+ 5
1) Add event listener to window.
2) get DOM element using DOM functions.
3) use play function from AudioElement Object.
https://code.sololearn.com/WlDaEnExDciP/?ref=app
+ 1
RDC
Thank you bro;)