-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: ion-header ios 11 style only working on first tab #19640
Comments
Glad to see someone trying the new iOS 11 style header 🙂. Looks like it was selecting the wrong |
Can you try this dev build and see if it fixes the issue for you?
|
Now it fails from the beginning: Did I miss anything? |
Nope, I think I just gave you a bad build. Try this one:
|
Good! This work well in my production environment!! |
Now it works but somehow the fading animation is "flashing" the first time you enter a tab (I guess because after that it is on the stack so it is not initialised again), it is just a flash but doesn't look very nice... |
Yeah that one is a known issue. I'm currently working on that separately 👍. Glad it's working now in your tabbed application. |
Thanks for the issue. This issue has been fixed and will be available in an upcoming release of Ionic Framework. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Bug Report
Ionic version:
[x] 4.11.0
Current behavior:
The "condense" header is only working on the first loaded tab.
Expected behavior:
The header should be hidden in all tabs.
Related code:
Example in StackBlitz
Ionic info:
The text was updated successfully, but these errors were encountered: