Is there any way to "embed" a DOM tag in CMP with ...
# compose-web
e
Is there any way to "embed" a DOM tag in CMP with wasmJs/Js? I want to play a video using a
video
tag, but my whole application runs through Compose. The only other idea I've had until now is to have a hidden video tag in the initial html, and resize, move it, and bring it to the foreground when I want to play a video, but that seems like a not so great idea.
r
e
Nice, thanks!