video player The video failed to load :( ?

0
In one app, the video player widget works well, but in another app, when you add the video player widget and run it, the size of the widget grows strangely and an error message saying The video failed to load :( is displayed. Is there a solution to this problem?
asked
2 answers
0

Does your issue solved I am facing the same issue 

answered
0

Use HTML Element control and below settings after choosing div as tag name.  Source can be online or local. 

 

<video width="100%" height="550" autoplay muted preload="auto" loop playsinline style="pointer-events: none;"><source src="{1}" type="video/mp4" >

</video>

 

image.png

answered