diff --git a/src/Controls/src/Core/Page/Page.cs b/src/Controls/src/Core/Page/Page.cs index 457e9bd9ca0c..9b6a411425a5 100644 --- a/src/Controls/src/Core/Page/Page.cs +++ b/src/Controls/src/Core/Page/Page.cs @@ -465,7 +465,6 @@ protected virtual void OnAppearing() /// /// Application developers can override this method to provide behavior when the back button is pressed. /// When overridden to handle or cancel the navigation yourself, this method should return . - /// This only works on Android and UWP for the hardware back button. On iOS, this method will never be called because there is no hardware back button. /// protected virtual bool OnBackButtonPressed() {