Complete Tizen TV app running in an iframe

Hello,
#1 - I have an existing web application built with Vue.js.
Is it possible to build a TV app with Tizen web app template by using an iframe that points to the actual web app?

#2- Alternatively can we package the entire web code in the Tizen web app project

#3 - If yes how will the user navigate the different UI elements in the app using the TV remote

Looking forward to a response from the community as we are stuck on this.

For #1 - Still looking for a response
For #2 and #3 - I did this by packaging the webcode in Tizen web app project and used caph for remote control navigation https://developer.samsung.com/onlinedocs/tv/caphdocs/main.html?type=jquery&doc=jsdoc&p1=0

I’ve tried loading our ReactTs app in an iframe and it works until a video-tag is loaded inside the iframe from that point it’s just an empty screen.

Everything works fine in the emulator, but on a physical Tizen TV (SSSP6) it won’t show any video.