### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already report this problem, without success. ### Ionic Framework Version - [ ] v4.x - [ ] v5.x - [X] v6.x - [ ] Nightly ### Current Behavior When using the fade header the iOS transition forcibly shows the header+toolbars even when the header is expanded. ### Expected Behavior The transition should only show the header+toolbars if the header is collapsed ### Steps to Reproduce 1. Open `src/components/nav/test/basic.html` 2. Add `collapse="fade"` to the headers in `PageOne` and `PageTwo`. 3. Add `fullscreen="true"` to the contents in `PageOne` and `PageTwo`. 4. Click "Go to Page Two". Observe that the fade header flashed briefly. https://user-images.githubusercontent.com/2721089/169564233-2b3fb414-f9dd-436d-acef-71abc0e882e0.mov ### Code Reproduction URL _No response_ ### Ionic Info N/A ### Additional Information _No response_
Prerequisites
Ionic Framework Version
Current Behavior
When using the fade header the iOS transition forcibly shows the header+toolbars even when the header is expanded.
Expected Behavior
The transition should only show the header+toolbars if the header is collapsed
Steps to Reproduce
src/components/nav/test/basic.htmlcollapse="fade"to the headers inPageOneandPageTwo.fullscreen="true"to the contents inPageOneandPageTwo.fade-header-transition.mov
Code Reproduction URL
No response
Ionic Info
N/A
Additional Information
No response