2024 Aug 01 4:29 PM
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>
2024 Aug 03 4:08 AM
After checking all the components related to my purpose, I ended up finding the component that works with <video> tags in HTML. Now everything is working perfectly!