Autoplay not working in html? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 5

Autoplay not working in html?

i tried to use autoplay in html but the audio doesnt start wihout controls.....how can i solve this

12th Jan 2018, 2:32 PM
adnan
adnan - avatar
1 Réponse
+ 7
Autoplay is disabled on mobile devices, to avoid unwanted cost from downloading datas ^^ Autoplay should work fine on laptop/desktop... and could be handled through JS and some tricks on mobile devices by cheating and bypass an user click to play the audio/video: search on google to find how ;)
12th Jan 2018, 2:38 PM
visph
visph - avatar