Ever since the update after I go in to a tab and then try to click the back button it goes back to an empty page while staying inside the tab.
The back button is automatic from the nav.push and something I added.
How to fix this?
Ever since the update after I go in to a tab and then try to click the back button it goes back to an empty page while staying inside the tab.
The back button is automatic from the nav.push and something I added.
How to fix this?
Try to create custom back button with this action this.nav.parent.parent.pop()
thinks, it works:heart_eyes:
I had the same problem, it’s works for me too. Thanks