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 issue with a manipulated Session variable "ionTab.current' stated in issue #242 using a ionNavBackButton to go back to a tabs-screen.
{{>ionNavBackButton path='tabs.list' }}
As you suggested I would like to correct the back-button-navigation behaviour manually and set "ionTab.current' to its formerly correct state (e.g. tabs.list instead of /tabs/list) after back button is hit.
Is there a hook or event I could use for this afteraction or could you fix this behaviour in your framework?
The text was updated successfully, but these errors were encountered:
I have an issue with a manipulated Session variable "ionTab.current' stated in issue #242 using a ionNavBackButton to go back to a tabs-screen.
{{>ionNavBackButton path='tabs.list' }}
As you suggested I would like to correct the back-button-navigation behaviour manually and set "ionTab.current' to its formerly correct state (e.g. tabs.list instead of /tabs/list) after back button is hit.
Is there a hook or event I could use for this afteraction or could you fix this behaviour in your framework?
The text was updated successfully, but these errors were encountered: