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 was archived by the owner on May 1, 2024. It is now read-only.
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.
Description
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.
Steps to Reproduce
Expected Behavior
BoxViewClock.MainPage Void OnDisappearing()
BoxViewClock.Page1 Void OnAppearing()
Actual Behavior
BoxViewClock.MainPage Void OnDisappearing()
BoxViewClock.MainPage Void OnAppearing()
BoxViewClock.Page1 Void OnAppearing()
BoxViewClock.MainPage Void OnDisappearing()
Basic Information
NETStandard.Library {2.0.3} BoxViewClock
Xamarin.Forms {3.2.0.729530-pre2} BoxViewClock
OpenTK {3.0.1} BoxViewClock.WPF
OpenTK.GLControl {3.0.1} BoxViewClock.WPF
WpfLightToolkit {1.0.3} BoxViewClock.WPF
Xamarin.Forms {3.2.0.729530-pre2} BoxViewClock.WPF
Xamarin.Forms.Platform.WPF {3.2.0.729530-pre2} BoxViewClock.WPF
Reproduction Link
ReproCase_DoubleOnAppearing.zip
The text was updated successfully, but these errors were encountered: