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

Readd navigation stack capabilities #1384

Merged
merged 5 commits into from
Nov 1, 2023

Conversation

marcelwgn
Copy link
Collaborator

@marcelwgn marcelwgn commented Oct 14, 2023

Description

Adding back the usage of the NavigationHelper to allow navigating between pages. Note that certain APIs are missing in WinUI 3 compared to UWP so we are diverging from the WinUI 2 version here.

Motivation and Context

Fixes #1205

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@marcelwgn
Copy link
Collaborator Author

Since you thankfully reported this issue @citelao, if you have the time, feel free to see if this also works with your mouse-side buttons.

@citelao
Copy link
Contributor

citelao commented Oct 17, 2023

Since you thankfully reported this issue @citelao, if you have the time, feel free to see if this also works with your mouse-side buttons.

Happy to test! Has the update shipped?

@marcelwgn
Copy link
Collaborator Author

Since you thankfully reported this issue @citelao, if you have the time, feel free to see if this also works with your mouse-side buttons.

Happy to test! Has the update shipped?

I'm afraid not yet, so you would need to build the app yourself 😅

@karkarl karkarl merged commit a95df7d into microsoft:main Nov 1, 2023
2 checks passed
karkarl pushed a commit that referenced this pull request Jul 15, 2024
<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->
Adding back the usage of the NavigationHelper to allow navigating
between pages. Note that certain APIs are missing in WinUI 3 compared to
UWP so we are diverging from the WinUI 2 version here.

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
Fixes #1205 

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Meta] Mouse forward and back buttons no longer navigate the gallery
3 participants