Multiple Perspective apps in one

Hi, i am running touchscreen panels in production on Raspberry Pis and these run single Pespective app in Chromium. I have a request to run more than one application on that same screen but i am not sure how to approach this issue. Does anyone have any suggestions?

I was thinking about creating a project, that would just have navigation and iframes that would embed other projects in it.

Or deal with it on chromium level which i dont want to do if possible. The idea is to lock down the os and browser so noone can mess with it and break it.

Any advice is appreciated

Why not just create a view in your projects with buttons that call system.perspective.navigate? This would allow switching projects on the fly, a perspective project is reachable via a simple url.

Frank

1 Like

Whatever approach you take, you’ll have the issue of each project requiring users to log in. The MES I work on is made up of two separate projects, with a third serving them up via iframes, and I did manage to figure out how to get one to automatically log in when the other one does: