Switching between Contentpages with Navigation.PushAsync causes an additional set of functioncalls to OnAppearing and OnDisappearing. The back Button has the same issue. This seems to be specific to WPF.
BoxViewClock.MainPage Void OnDisappearing()
BoxViewClock.Page1 Void OnAppearing()
BoxViewClock.MainPage Void OnDisappearing()
BoxViewClock.MainPage Void OnAppearing()
BoxViewClock.Page1 Void OnAppearing()
BoxViewClock.MainPage Void OnDisappearing()
Thank you for the reproduction which displays the behavior.
I tried with the version 3.3.0.840541-pre1 the bug no longer appears.
Could you try with your solution? @MartinWegner Thanks
@samhouts Bug not reproduced on the latest version. I think the PR # 3372 to fix this bug.
Most helpful comment
@samhouts Bug not reproduced on the latest version. I think the PR # 3372 to fix this bug.