From 2a40a5bf62962e23b5e9b0aedbd405f2dd56a9a8 Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Fri, 16 May 2025 10:16:07 +0200 Subject: [PATCH] Page.OnBackButtonPressed remove outdated API documentation --- src/Controls/src/Core/Page/Page.cs | 1 - 1 file changed, 1 deletion(-) 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() {