When I add back button in Tabs example, it won’t show it? Do you have examples.
Thanks
A back button would only appear once a page in a tab navigates to a new page within that tab group. Switching between tabs will not produce a back button in the UI.
All you need to do is to add defaultHref property to your back button
update your back button to something like this
<ion-back-button defaultHref="/home"></ion-back-button>
1 Like
Mysteriously it worked, thank you so much.
Good to hear that
this behavior is because application can not see what is stay before this component , and he is lost now , so by setting up this property you show the application who is waiting for you to get back