Open website within a "container"?

Hey,

I’m right now strungling to get some live data-charts displayed within my unity app, which will later needs to run on iOS.
Is there a chance to open a website within a container/ iframe, so the user keeps the app displayed instead of switching to the browser?
Due to my project modell I am using Grafana to display some no live dashboards. Those I want to use in my unity app now. Because I am also using vuforia, I kind of need to need to do it in unity. Another option would be to program an event in Swift (using Xcode) when detecting an option, which I dont know how to do that at all.

I hope anyone has an idea.

Appreciate any help.

Thanks a lot!

I only managed to open a website in a browser. So I guess there is nothing like a fully editable container/ iframe where I can display a website or a part of it? I’d like to display some live charts and graphs, which is not possible for me to do in unity.

Thanks again