Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PopPageFunction from InitializeNavigation doesn't work #23

Open
gryzorr opened this issue May 2, 2023 · 1 comment
Open

PopPageFunction from InitializeNavigation doesn't work #23

gryzorr opened this issue May 2, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@gryzorr
Copy link

gryzorr commented May 2, 2023

It seams that default MetroLogPage doesn't bind to defined PopPageFunction delegate in InitializeNavigation.

@roubachof roubachof added the bug Something isn't working label Jun 7, 2023
@riccardominato
Copy link

I encountered this, too. It seems that if you're using Shell, the Close button will cause the app to crash.

I think the issue could be caused by this part of code.

private async void OnCloseClicked(object? sender, EventArgs e)
{
await Navigation.PopModalAsync();
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants