maui-samples
maui-samples copied to clipboard
ISSUE on Windows for any official .NET MAUI examples in the repo that uses TableView
Running any official .NET MAUI example on Windows that uses the TableView to list the examples to try, I face this problem:
https://github.com/dotnet/maui-samples/tree/main/8.0/UserInterface/Views/ListViewDemos
On the MainPage I click one item in the list to open the clicked example in a new page. When I came back from that new page, I can click on any items in the list of examples, but they won't open any new example page anymore :-( It works only for the first example you click.
It works on Android and iOS.