I got into a discussion with a coworker, he had registered a bug where one of the sub-menus was stuck in the current state when navigating to a different tab and back again.
To summarize his explanation of the bug;
- Navigate to the foo menu, and on the foo page, press a link. -> This navigate to a sub-menu within this tab.
- Navigate to another tab and then back to the foo tab. -> Previous navigation to this link is still present ( the tab hasn't reset to the default state ).
This is precisely the wanted behavior, which I'm used to from ios apps( I am an IOS user ).
He is an android user and suggest the opposite, he want it to reset.
I use react-navigation to display the tabs, and this is the default behavior...
Do we need to invest time into creating an android version? or do the android users know about this "feature"?