Hi,
we are experiencing a buggy bars behaviour whenever the screen (state of angular app) is being switched.
An example app is provided at CodePen:
http://codepen.io/slavik2121/pen/judKA
In our app we have both the ion-nav-bar (at top), and the ion-footer-bar displayed.
Whenever the user progresses one screen further, a sliding animation (left-right) occurs.
Throughout the animation, all the content of the bottom bar appears at the place of the top bar.
In this example app, the bottom bar appears on top only in the process of backwards navigation, but in our real app the bottom bar appears on top on both forward and backward navigation.
Steps to reproduce:
- click “CLICK ME” to progress one screen further.
- click backwards. The bottom bar will be visible on top for a short while.