You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
As reported below, OnAppearing seems to be called twice when using Shell. I think it's unrelated to the other issue described, so opening a new one. I suspect there might be an issue for this already?
@jfversluis
I just have tested it in my test repo (the one I attached above).
The crash seems to be fixed, however the OnAppearing of the LoadingPage.xaml gets called twice if use
// Navigate back in LoginPage.xamlawaitShellNavigationManager.GoBackAsync();
My apologies if I'm attempting to discuss this in totally the wrong place, but this still appears to be a problem in XF, as well as being a problem in MAUI on .NET 7.0.203.
The problem seems to occur if you push a modal page (for example, an authentication page) from within OnAppearing of the first page in the Shell.
I'm happy to produce a sample and log an issue in the MAUI repo if the team isn't aware of it. But from searching around the web I found this Issue here, but not one in the repo there, hence why I'm commenting here.
Thanks.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As reported below,
OnAppearing
seems to be called twice when using Shell. I think it's unrelated to the other issue described, so opening a new one. I suspect there might be an issue for this already?@jfversluis
I just have tested it in my test repo (the one I attached above).
The crash seems to be fixed, however the
OnAppearing
of theLoadingPage.xaml
gets called twice if useHere is the output
And here the updated test repo:
https://github.com/AndreasReitberger/XamarinFormsShellTestRepo
Originally posted by @AndreasReitberger in #13510 (comment)
The text was updated successfully, but these errors were encountered: