Hi All,
I have an issue with several apps where the NavBar I built is disappearing in the test mode.
Some info: I am using Google Chrome, NavBar is a component with the following makeup: MainNavBarContainer > Container (width: inf; height: 75) > Row > 5 columns (each containing an icon and text)
The icons are just... well, icons. And the text is the name of the page (Map, My Items, Shop, My Profile, More).
There is conditional formatting on the icons and text so that they change from a golden color to a white color when the page index is active (index from 0-4).
When I first load the test mode, the Navbar appears, but only the icons (text does not). When I click to a new page, the entire navbar goes blank. I can still click the invisible icons.
Anyone know what's going on?
Thanks