Andrew

Results 5 comments of Andrew

Many thanks for following up. I have updated Visual Studio to the latest version also and been using .NET 8. So when I navigate back I get an error as...

Have popped a Git Repo here https://github.com/AndrewMaisey/NETMAUIPushPop Wondering if this is a coding issue/error or something in the platform. One thing I noticed is that I surround the code with...

Many thanks. Are there any coding techniques that I could use so that any routing exception is picked up in a try {} catch {} block for the moment, as...

Thanks, I'll take a look at removing one of these Route references. Seems like the framework added this to the root page automatically, so no need to have two.

Thank you. I removed the reference from the AppShell.xaml so it looks as such: `` And left the routing as it was in the App.xaml.cs. This works a great deal...