Jay Hayman

Results 2 comments of Jay Hayman

Can also confirm this issue exists in our app but only on Windows. When the MAUI window loses focus, the `await Navigation.PopModalAsync()` is never fired at the end of our...

Thanks to @Brosten for putting me on the right track, I have a dirty hack. In my situation, if the Window is also minimised (goes into OnSleep), just using `Focus()`...