I'm using Ratchet to build a prototype for a mobile app. I have a
<nav class="bar bar-tab bar-footer">
...
</nav>
element in page A and page B.
When using data-transition from page A to page B (using push.js), the element disappears.
Another element
<header class="bar bar-nav">
...
</header>
is displaying in both page A and B. Any idea?
Same issue, If I refresh page B, the menu will appear again.