-
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
Tabs remain at top of app after adding property tabsPlacement: 'bottom' to app.ts #7351
Comments
Have a look at #7143. The |
Changing
to
fixed the problem. Thanks! |
Yes, as @Manduro said, the |
How can we add the tab only for one particular page, i have 3 tabs implemented in my app out of whoch only one tab needs to go up, the current solution will add all the tabs at the top, any solution? |
@srinivasulurao - not sure I fully understand what you are asking. Let me tell you what I think you are asking, and you tell me if I am right or not. It sounds like you have three tabs on the bottom, say "Home", "About", and "Contacts"
And you want to move just one of them to the top, so you would have something more like this:
Is that what you are saying you want to do? |
@srinivasulurao Interesting, I feel it would void the tab principle and may not be a good user experience. |
@kensodemann thank you so much for the quick reply, my bad that i have not explained here properly. So here is my requirement. i have two page where i want to keep the tab sets in different positions, as shown below.
Page 2-> the tab set position should be at the top. +----------------------------+
I am using the latest version of the ionic and i was trying to edit the app.module.ts file where i added the following code for tab placement and it changed the tab positions, but it applied the same bottom position for both the pages. |
Thank you for the clarification. I do not believe that is possible with the way things work currently. Last time I looked into something like this I believe the answer was that the tab position was determined at the time type tabs were instantiated, but could not be updated on the fly like that. |
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. |
Short description of the problem:
According to the V2 Config there are three ways to place the tabs at the bottom of your app:
I have done all three and my tabs still remain at the top of my app:
What behavior are you expecting?
I want my ionic tabs to be placed at the bottom of the screen.
Steps to reproduce:
Other information:
It appears to me that the tabplacement and tabbarplacement never change to "bottom".
Which Ionic Version?
2.0.0-beta.10
Plunker that shows an example of your issue
http://embed.plnkr.co/jCqyxvqJtHV9hPYxsolw/
Run
ionic info
from terminal/cmd prompt: (paste output below)The text was updated successfully, but these errors were encountered: