CodeSetting
CodeSetting
I wish I'd noticed this thread earlier. I dug into this a bit more and commented in the related #229. The problem is that `IsPresented = false` appears incompatible with...
I'm still learning MAUI, but I think I finally understand the full dimension of this problem. The line `IsPresented = false` is primarily intended to dismiss a popover dialog. When...
In case it helps, I thought I'd add a bit more information. I suggest changing the title to "FlyoutPageSample exception when clicking ANY menu item". This exception reliably occurs when...
Adding further information, the exception appears to be platform specific. On the Windows platform, the exception occurs as described in my previous post. On the Android platform, the sample works...