Hey guys I’m working on a app using Ionic/Angular and I got a problem.
I have a video animation that I need to embed on the view. The idea is to create an experience similar to when you connect your airpods to an iPhone, the modal on the app will show up and the video should present.
The problem is that when I’m using the html video tag, the video is always presenting in full screen.
How can I get that to work?
Here is how I want to make it work. But obviously working inside my app. The video is just for the look.
BTW I can also export each frame of the animation if there is a way around it like that. The video will also be part of the bundle.
Thanks guys