Trying to Get Tab Item to "Deselect" Upon Exit of View

When the user clicks the Main Menu tab item, the icon goes solid correctly. However, I’m trying to make this “Main Menu” tab item go back to “outline” when the user clicks on one of the icons above. The program thinks the tab item is still selected (I think because I’m stacking the subsequent views) so it stays greyed out even after the user has moved away from the “Main Menu.” You can see it correct in image 1. You can see the new view in Image 2 and how the Main Menu tab item is incorrectly solid after the User has clicked on one of the icons above.

This is just an issue with custom states that you have used make the icon go solid.

Reset them when an item is clicked.

I didn’t use custom states on the tabs bar. The tab bar doesn’t contain elements that are used in custom states.

I’m thinking this may be a limitation in mobile beta.

Mobile navigation views linked to a main tab item from the tab bar are currently treated as ‘children elements’

one workaround for this will be to:

  1. set a static view title in the Main Menu view (If it’s not done yet, say your ‘view title’ can be ‘Main Manu’)
  2. on the Main Menu tab item, add a condition that says “When: current view title is not Main Menu
    icon color: (default or same as on apprearance)
    font color: (default or same as on apprearance).

Let me know if this helps.