You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an app with IonTabs, and the navigation seems to work fine.
How can I implement a router so that when a user clicks <ion-item href="/some/link">, it will navigate to the desired page on each tab, it should also can be able to press the back button and remain on the same current tab?
Is it possible in the current state?
Are there any tutorials available for implementation?
This feature seems to be fundamental for every mobile app. If we can't navigate normally, that would be a significant omission.