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

[Feature] Advanced navigation method: GoBack #49

Closed
BurkusCat opened this issue Nov 11, 2023 · 0 comments · Fixed by #50
Closed

[Feature] Advanced navigation method: GoBack #49

BurkusCat opened this issue Nov 11, 2023 · 0 comments · Fixed by #50
Labels
enhancement New feature or request

Comments

@BurkusCat
Copy link
Owner

Is your feature request related to a problem? Please describe.
.Pop when called on the final page does not close the app. I want a way to close the app if I am navigating back on the final page.

Describe the solution you'd like
.GoBack method that functions the same as .Pop except it closes the app on the final page.

Describe alternatives you've considered
Manually calling close app myself

Proposed APIs
If possible, try to propose how the API might look. For example:

// INavigationService
Task GoBack();

Task GoBack(NavigationParameters navigationParameters);

Additional context
Needs added to Burkus' BackButtonNavigator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant