-
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-top bug #943
Comments
Hi @zelphir, Could you post your HTML markup? |
It's ionic seed app! I just changed here - tabs.html - line 7 from |
OK, I see. It works in the browser: http://d.pr/i/yGR3 But when the status bar is active, the alignment is wrong. @adamdbradley - the way we currently offset the header / subheader / etc for the status bar is by manually changing top values in the css. This seems really hard to upkeep. Is it possible we could just offset the body for the status bar and just have the header/footer/etc elements just stay positioned relative to the body? Then we won't have to manually write new top values for everything. |
Addresses #943 Before: we offset the has-header and other classes by 20px if a status bar existed. After: we simply offset the body by 20px if a status bar exists. This makes the other classes automatically offset themselves.
Hi @zelphir! Could you give it a try with the latest nightly build and let me know? |
Hi @ajoslin! Problem fixed... Well done! Thanks |
Awesome! |
Thanks @zelphir! class="tabs-icon-top tabs-top" works for me Too. |
ionic 1.0.0-beat.1
Found a small bug with tabs-top. There are 2 different behaviours.
IOS
Android
I had the problems in the project I'm working on (second screenshot), so I decided to start a clean project and just apply the tabs-top instead of tabs default. I've added also the side menu. No problems in the browser.
The text was updated successfully, but these errors were encountered: