Using SplashScreen #2434
Unanswered
grumpykiwi
asked this question in
Q&A
Replies: 1 comment
-
Just noticed the title on the following page has a typo https://www.fluentui-blazor.net/SplashScreen "SlashScreen" :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am trying to implement the splash screen. My goal is to replace the spinning wheel work in progress when the app is first run.
If the user returns to the main page later, they will get the spinning wheel instead.
if first time
Show splash
Load stuff from database etc - update seconds elapsed on the splash
Remove splash
Show page
if not first time
Show spinning wheel
Load stuff from database
Hide wheel
Show page
Not sure where I should put everything and in what order. I do have to use OnAfterRenderAsync, since I am storing a flag indicating the splash has been seen in session storage.
Any help greatly appreciated
Thanks
Mark
Beta Was this translation helpful? Give feedback.
All reactions