[IDEA] Allow for MAUI/XAML items to stay on-screen #24251
Unanswered
imadofficial
asked this question in
Ideas
Replies: 1 comment 4 replies
-
Doable with some C# and XAML as in the example I've made https://github.com/OvrBtn/NavigationWrapperExample 2024-10-29.23-45-41.mp4And you can even play around with making custom navigation animations 2024-10-29.23-50-49.mp4 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature description
Have the ability to tap directly into the shell to have 1 (or multiple) elements to stay on-screen regardless if you're going to a different page. That way, it would be easier to display something like a "music buttom bar" or to create your own navbar. Like shown in the video down below:
ScreenRecording_08-14-2024.22-03-58_1.MP4
Maybe some additions?
Maybe add some events too like "OnPageNavigate". And it's very useful to have something like this to increase productivity & so i don't really have to copy & paste frames over & over on every page or copy paste the same code over & over.
Beta Was this translation helpful? Give feedback.
All reactions