Hi everyone,
I'm working on creating a web portal that needs to open other applications, and I was considering using an iframe since all the applications are web-based but built with different technologies. One feature I want to include is a "dual screen mode," which allows moving the iframe to a separate window without reloading. However, I’m facing an issue where the iframe reloads every time, causing the navigation and application state to be lost.
I’m currently looking for a workaround or alternative approach to implement this feature.
I also considered building a web extension instead of an Angular application for the portal, but I'm unsure if this would work.
Thanks!