Dear All, In the past, on AppGyver, I remember being able to somehow play videos with the <video> tag in the”Html Renderer (beta)” component, it’s so simple, but it’s not working on the web.
When I add the tag it doesn’t seem to be able to read it:
<source src="/Videos/video.mp4" type="video/mp4"/>
<video autoplay><source src="url.mp4" type="video/mp4"></video>