You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ion-footer doesn't have the "footer-toolbar-padding" if app contains a tab-bar
Expected Behavior
As there are some workaround online to hide the tab bar when navigating to child routes I think there should be a check of whether the tab-bar is displayed (by checking if display none is applied).
That way there is no harm to a case where the tab bar is always shown but benefit when a user wants to manually hide it in some pages
Btw there could be serval ways to hide or show the tab bar but that's not the main thing I wanted to show
Prerequisites
Ionic Framework Version
v8.x
Current Behavior
ion-footer doesn't have the "footer-toolbar-padding" if app contains a tab-bar
Expected Behavior
As there are some workaround online to hide the tab bar when navigating to child routes I think there should be a check of whether the tab-bar is displayed (by checking if display none is applied).
That way there is no harm to a case where the tab bar is always shown but benefit when a user wants to manually hide it in some pages
Btw there could be serval ways to hide or show the tab bar but that's not the main thing I wanted to show
Steps to Reproduce
https://stackblitz.com/edit/sb1-wnpdveiy?file=src%2Fpages%2FTabsPage.tsx
You won't be able to see the problem not on real device unless you inspect the classes in DOM
Code Reproduction URL
https://stackblitz.com/edit/sb1-wnpdveiy?file=src%2Fpages%2FTabsPage.tsx
Ionic Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: