OnAppearing - is not fired when app goes Deactivated and back to Activated #30487
Unanswered
rokmeglic71
asked this question in
Q&A
Replies: 1 comment
-
Workaround. CoPilot AI gave me great idea. Using WeakReferenceMessenger.
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Anybody noticed that event onAppearing, NavigatedTo, Focused, Loaded using XAML events or CommunityToolkit EventToCommandBehavior, do not fire AFTER the application is Deactivated (onDisappearing event is called) and then when the app is activated, the event OnAppearing is not fired (again).
Maybe it's by design. The page is still the same, but I would think if it "disapperead" and it "appears" again, the event "onAppearing" should fire (again).
Beta Was this translation helpful? Give feedback.
All reactions