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

Relative back navigation does not work with INavigationParameters #1456

Closed
Dresel opened this issue May 30, 2018 · 2 comments
Closed

Relative back navigation does not work with INavigationParameters #1456

Dresel opened this issue May 30, 2018 · 2 comments
Labels

Comments

@Dresel
Copy link
Contributor

Dresel commented May 30, 2018

Description

NavigationService.NavigateAsync in combination with relative back navigation does not work with INavigationParameters.

Steps to Reproduce

  1. Call NavigationService.NavigateAsync with relative back navigation e.g. ../../ and some INavigationParameters parameter

Expected Behavior

The INavigationParameters passed to OnNavigatingTo or OnNavigatedTo should contain the parameters given to NavigationService.NavigateAsync.

Actual Behavior

The INavigationParameters passed to OnNavigatingTo or OnNavigatedTo do not contain the parameters given to NavigationService.NavigateAsync because RemoveAndGoBack does not pass parameters to GoBackAsync.

Basic Information

  • Version with issue: 7.1.0.135-pre
@brianlagunas brianlagunas added the XF label Jun 1, 2018
brianlagunas added a commit that referenced this issue Jun 4, 2018
@brianlagunas
Copy link
Member

Great catch! Thanks for the fix.

@lock
Copy link

lock bot commented Jan 29, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants