Migrate the deprecated OnBackPressed function in .NET MAUI Android application #96
Replies: 1 comment 2 replies
-
|
Probably one important note to add here. If you have page navigation and need to track back button pressed on the navigated page, you need to set the following in AndroidManifest.xml: Works fine with the latest MAUI update (8.0.10). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Migrate the deprecated OnBackPressed function in .NET MAUI Android application
This article is devoted to the new API added in Android 13, that adds support to predictive back gestures.
https://vladislavantonyuk.github.io/articles/Migrate-the-deprecated-OnBackPressed-function-in-.NET-MAUI-Android-application/
Beta Was this translation helpful? Give feedback.
All reactions