The <IonBackButton />
component offers a native back-button UX.
However, I am already using breadcrumbs to show the categories to the user. How can I integrate the back button into the breadcrumbs?
The back button is only shown when the user actually navigated to the category since the app start.
When the user accesses the category page directly, the back button is missing - but it would still make sense to show it to the user. But Ionic treats this as the first page since app start - which is technically correct, but not necessarily the best UX from a human perspective.
1 post - 1 participant