Is it possible to make a component visible in all screens?

hi,
i want to have a label showing the time in my app… there are multiple screens in my app and i want this time-label to be visible in all screens…is there a way to do it?

currently i am placing 5 labels in 5 screens, each showing the time when the screen loads…
my question is…can we do it with only one label which is visible across all screens?

1 Like

This is not possible. UI components don’t move across screens. Here is another thread with more info. Components on different screens

2 Likes

thank you @bnice