Replies: 1 comment
-
@PureWeen Hello, I noticed you moved this from an issue to a discussion. I already created a discussion for this last week https://github.com/dotnet/maui/discussions/19678 and received no response that is why I created the feature request ticket. It would be nice to have some feedback on whether this is something the MAUI team would consider adding. Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
There should be an option in the navigation page properties to disable the back button long-press menu feature.
Public API Changes
Add a property NavigationPage.BackButtonLongPress = "True/False"
Intended Use-Case
In my opinion, the long-press feature of the navigation page back button should be disabled by default since it can cause confusion when users try to navigate back to previous pages. Disabling this feature by default and then having a property to enable it would keep the same functionality and improve the usability of applications with navigation.
Beta Was this translation helpful? Give feedback.
All reactions