Hello!
Does anyone know how to Autoplay a video on a app by HTML5 code? If so, please let me know. I need one urgently.
Thanks
Regards,
Mo!
Hello!
Does anyone know how to Autoplay a video on a app by HTML5 code? If so, please let me know. I need one urgently.
Thanks
Regards,
Mo!
Hi @mrpsgamer8
Add new attribute “autoplay” in the video tag.
Example
<video controls autoplay> </video>
This app autoplays videos on hover. It uses a html element to play the video.