Replies: 1 comment 2 replies
-
Create your page, use a variable as toggle in the binding I guess |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
So the idea is simple (I'd say) but I cannot find a clean way to implement it in MAUI. I also cannot find any examples :(!
I want to have a getting started page that's only visible on first run, or when configuration has been cleared. After that page has been completed (i.e. the user has signed in) it should no longer be accessible.
So two cases:
First run:
And all starts after it:
I've been using a Popup until now, from the community toolkit, but the popup seems to disappear in many cases (move to different monitor in Windows, or switching to another app in Android), revealing the Shell beneath.
Update: to make things worse there is no way to detect the popup disappearing (i.e. closed event is not fired) so I'm afraid I cannot rely on that any longer.
I could imagine making pages visible / invisible in the Shell somehow, but that feels a bit clumsy.
(Or is this idea I have bad practice in general? How do you guys do this?)
Beta Was this translation helpful? Give feedback.
All reactions