Layer Screens (Create widgets that you lay ontop)

Hello

I want to layer screens in SLS using multiple screens. I want to access the “notification” (Screen 4) anywhere, so if i am on Screen 1 or 2 i can just call it and its ontop of the current screen, but you can still see the background of Screen 1 or 2. You could duplicate the “notifications” to every screen, but this seems inefficient to structure the UI. For sure there is a way to do it better.

Best regards
Felix

1 Like

Another way is to have all of the screens into one single screens. You would use toggle change the visibility of the widgets.

Yes, but this is exactly the inefficient approach that I tried to avoid as this makes things not well structured.

Is there any other way to do it?

Best regards
Felix