-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Footer not shown when combinated with ion-tabs #728
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
Comments
Is this what you're hoping to achieve? |
Yep. Just added an issue so that this (possibly) could be the default in the future. |
It looks like this issue is still open, in some circumstances. |
I faced the same problem sometime back and here is the fix that worked for me: Hope that helps. |
you made by ion view , how can make sub footer with ion tabs ??? |
Steps to follow:
ion-content
has-footer="true"
andhas-tabs="true"
toion-content
Problem:
Footer won't show because it is hidden behind the tab bar.
Possible Solution:
has-tabs
as class to footer.has-tabs
->.has-tabs, .bar-footer.has-tabs
or change order of source (currentlybottom
get's overwritten without this change)CodePen demo (incl. fix):
http://codepen.io/anon/pen/pijke
The text was updated successfully, but these errors were encountered: