This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Persistent headers and footers placed under content after transition #4019
Closed
Description
Hi there,
I tried to update my project from jqm 1.0.1 to 1.1RC2.
I'll descripte my scenario:
- I included the new jqm
- Everything is still the same
- I click on a button which triggers a transition
- The header and footer are persistant and stay on top and bottom during the transition
- When the transition is over my page is build like: content - header - footer (not fixed anymore)
<div data-role="header" id="header" data-id="myHeader" data-position="fixed" data-fullscreen="true">
What has been changed that this is happening?