-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
feat: add routing support to breadcrumbs #23553
Comments
|
I'm not yet using them, but if v6 is stable and i migrate my app i want to use it of course. Lets say we have 4 Pages which are routed like this: Page 1 --> Page 2 --> Page 3 --> Page 4 Starting from Page 2 i would use Breadcrumps on every Page to give the user a better overview about where he is and were he was before, so the Setup would be: on Page 2: on Page 3: on Page 4: If a user wants to navigate back and does this via the Breadcrumbs he should have the feeling of going back, so if he is on Page 4 and choose to go back to Page 1, it should be a |
Thanks for the additional information. I think the bigger request here is to add routing integration to the breadcrumbs. Right now, the team is not really in favor of adding that since we don't have enough information to implement it in a way that would be useful to developers, but I am going to keep this issue open for now. For others interested in this feature, please reply below with your use case. If you don't have a use case but are still interested in seeing this feature, please add an emoji reaction to the original issue instead of commenting "+1" below. Thanks! |
This is done with |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Feature Request
Ionic version:
[ ] 4.x
[ ] 5.x
[X] 6.x
Describe the Feature Request
The default
routerDirection
on a<ion-breadcrumb>
is currently forward. I think it would be better to determinate that on the active Breadcrumb.Describe Preferred Solution
If a user clicked on a Breadcrumb that is before the currently active one, the router Direction should be
backwards
, otherwiseforward
.The text was updated successfully, but these errors were encountered: