petes05
Results
2
comments of
petes05
I experienced this issue as well. OnAppearing/OnDisappearing would be called when the device's screen was turned on/off. I got around it by setting SendAppearingEventOnResume and SendDisappearingEventOnPause to false. https://docs.microsoft.com/en-us/xamarin/xamarin-forms/platform/android/page-lifecycle-events
I'm having this same issue.