I have a popover menu in an ion-nav-bar/ion-nav-buttons
button, which works great, except if I tap on any of the popover list options in another tab and switch back to my first tab, it breaks the view for the first tab (which contains a slidebox of slides containing lists) until I tap on the popover again.
If I add a cache-view="false"
on the ion-view
for the first tab view I don’t get this bug (but I’d really like to have the view cached, as it’s the “heaviest” view in the app).
Any ideas? It’s hard to reproduce this one in a Codepen without basically reproducing my entire app there.