Hello!
I have page with tabs. Each tab page have several sub pages (Tab -> SubTab -> SubSubTab).When I am at the SubSubTab page, when I click on current tab caption, my application goes to the first page (Tab in my example). How to prevent closing current page in the tab navigation stack?
I have prepared example: http://plnkr.co/edit/pcAeUvQJDSDZ0M7wYcC5?p=preview
Click several times on button “PUSH NEW PAGE” and click on the tab with the heart icon. As you see all pushed pages are poped up to root.
I expect that all pushed pages must remain in the navigation stack and current subpage must not be changed.
Thanks in advance!
BR,
Anatoly