maui-samples icon indicating copy to clipboard operation
maui-samples copied to clipboard

Fundamentals\Shell\Xaminals - Selected ShellItem issue

Open Legends opened this issue 2 years ago • 0 comments

Repo: https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/Shell

Android/Windows When the app starts, the CatPage is shown, which shows collection of cats. Now when you click on a cat, you navigate to the cats'Detailspage. Now you navigate back by clicking the back button. Now click again on the same cat that was previously selected. Nothing happens. Expected: Seeing the cats'Detailspage again.

Repro steps: Run the app. Select a cat. (=> View changes to DetailsView). Navigate back. Try to select same cat again. => Nothing happens.

Legends avatar Jan 31 '24 18:01 Legends