-
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: IOS large title overlaps with back button #20482
Comments
It looks like this is happening with the following route setup:
Leaving the tabs context causes The following route setup does not cause the issue because only
I will look into a fix for the issue and will post an update here when I have more to share. Thanks! |
Thanks @liamdebeasi as a workaround, instead of:
you can use:
without |
Thanks for the issue. Can you try the following dev build and let me know if it resolves the issue?
|
@liamdebeasi yes it resolves the issue. Thanks for your efforts. |
Glad to hear the issue is fixed. I am going to keep the issue open until I merge the fix in. Thanks! |
Thanks for the issue. This has been resolved via #20555 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] 5.0.0
Current behavior:
when navigating for the first time from one on the tabs to child page and then click the back button the problem doesn't occur. but if you after that moved to another tab and navigate from it to a child page you will see the title of the first tap overlaps with the current child back button.
Expected behavior:
first tab title should not appear in a child page of another tab
Steps to reproduce:
1 - from tab 1 click on the button which will navigate to details-page 1 then go back to tab1
2 - go to tab 2 and click on the button which will navigate to details-page 2, after that click on back-button now you will notice that tab 1 large title overlaps the tab2 header then it will disappear
Related code:
Github(https://github.com/3adeling/ionic-5-header-title-issue)
Ionic info:
The text was updated successfully, but these errors were encountered: