Is it possible to add "video" tag to PyWebview and to autoplay? I'm using linux mint20 with python3.8.
In main.html
<video src="js/video_01.mp4" autoplay></video>
When I run python main.py
I get js: Uncaught (in promise) NotSupportedError: The element has no supported sources.