[Enhancement] Adding the ability to make Splash Screens cross platform solution #308
Replies: 5 comments 2 replies
-
Based on the MAUI preview 4 release notes it looks like the splash screen, MauiSplashScreen, is only supported on specific platforms and is static. - https://devblogs.microsoft.com/dotnet/announcing-net-maui-preview-4/#splash-screen
|
Beta Was this translation helpful? Give feedback.
-
I think it will be pretty limited from what I saw. Maybe if they allow gradients as background that will make tons of differences. I wish I could contribute on this. Sadly, I dont have experience with that. |
Beta Was this translation helpful? Give feedback.
-
I would love to see splash screens on Windows too 👍 edit: Is there a workaround to show splash screen on Windows at the moment? |
Beta Was this translation helpful? Give feedback.
-
up |
Beta Was this translation helpful? Give feedback.
-
My WorkaroundI used a MediaElement to show the animated splash screen as a video. Set the initial page to this Content page
And on code behind, i am dismissing the splash screen and setting the main page after awaiting for the legth of the video
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Adding a new feature to enable to make cross platform Splash screen,
Beta Was this translation helpful? Give feedback.
All reactions