-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
t/bugSomething isn't workingSomething isn't working
Description
Description
The BackButton behaves differently on a device with Android 14 vs a device on Android 16.
| Android 14 | Android 16 |
|---|---|
| navigated back to previous screen | navigated back to android home screen |
![]() |
![]() |
Steps to Reproduce
- Use the repo: https://github.com/dotnet/maui-samples/
- Open the file CollectionViewDemos.sln in VisualStudio (located blob/main/10.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos.sln)
- Press an Item on for the MainPage, for example "Vertical list - Text" so the navigation is done to the subscreen
- Press BackButton:
- On Android 14: you navigate back to the MainPage
- On Android 16: the app is closed and you see the HomeScreen of Android
Link to public reproduction project repository
https://github.com/dotnet/maui-samples/tree/main/10.0/UserInterface/Views/CollectionViewDemos
Version with bug
10.0.20
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 16
Did you find any workaround?
No
Relevant log output
Metadata
Metadata
Assignees
Labels
t/bugSomething isn't workingSomething isn't working

