-
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: translucent toolbar blurred during page transition #19158
Comments
Thanks for the issue. If you downgrade to Ionic 4.7.4, does this issue still occur? |
I can confirm 4.7.4 also have this issue (tested on Chrome, but bug originally noticed on iOS) |
@liamdebeasi Will this get addressed before the v5 release? Makes translucent headers kind of unusable as it causes ugly flickers. I may be able to help with a PR if needed. |
A PR would be great if you are willing! |
@liamdebeasi Cool, whats the design decision thats needed to get started? Or as you probably already thought about possible solutions internally, whats the preferred way of resolving this? |
I had some time today to take a look. Can you try the following dev build and let me know if the issue is resolved for you: It looks like this issue is happening because a) the backdrop filter is not being applied to the correct element and b) we are not transitioning the toolbar background properly during nav transitions. |
@liamdebeasi Oh great - dev build fixes the transition! Thanks! |
Thanks for the issue. This has been resolved via #20314 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.8
Current behavior:
Title in toolbar is blurred during page transition.
Expected behavior:
Title should be clear.
Steps to reproduce:
ion-header
andfullscreen
to `ion-content.Related code:
The text was updated successfully, but these errors were encountered: