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
{{ message }}
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.
As the title says: When a tab is changed from an Android back button press, the callback onWillChangeTab is not being triggered.
I already have a back button handler from where I could call that manually, but I would need access to the tab id in that case.
Is the observed behaviour a bug?
Is there a way to get the relevant tab id from within my custom back button handler so that I could implement a workaround?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As the title says: When a tab is changed from an Android back button press, the callback
onWillChangeTab
is not being triggered.I already have a back button handler from where I could call that manually, but I would need access to the tab id in that case.
Is the observed behaviour a bug?
Is there a way to get the relevant tab id from within my custom back button handler so that I could implement a workaround?
The text was updated successfully, but these errors were encountered: