Hello, there!
I’m new to Compose[-web] and have experience with Android prior to compose “era”.
I’ve developed an app for watching VOD && LiveTV content and for that purpose I’ve been using “exoplayer”
Now I want to add Compose-Web app
Can you please advice / guide me / provide an URL to “how to”s which I can use and follow?
What I want to achieve, if using exoplayer is not an option, to use
<video width=“XXX” height=“YYY” controls>
<source src=“
...” type=“video/mp4”>
</video>
and be able to put/position it inside Box / Row / Column / “cobweb simple grid “and dynamically change its size
Thank you very much!