-
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
Button alignment in navBarwhen using menuToggle directive #8943
Milestone
Comments
Hi @nakulgulati, I don't understand what should be the expected behavior. Can you follow the issue template provided? |
Hi @manucorporat, I have updated the issue and included 'expected behavior'. |
Thanks @nakulgulati! I added this issue to my RC2 roadmap |
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Nov 14, 2016
brandyscarney
added a commit
that referenced
this issue
Nov 23, 2016
adamdbradley
pushed a commit
that referenced
this issue
Nov 23, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Button with directive
[menuToggle]="menuId"
is right aligned on Android and Windows platform when used inside<ion-navbar>
.Button is left aligned for all 3 platforms (iOS, Android and Windows) when
menuToggle
directive is used withoutmenuId
specified, but is right aligned on windows when menuId is specified as such[menuToggle]="menuId"
on Android and Windows.Steps to reproduce:
menuToggle
API documentation: http://ionicframework.com/docs/v2/api/components/menu/MenuToggle/Expected Behavior
<button ion-button menuToggle>Toggle Menu</button>
and<button ion-button menuToggle="menuId">Toggle Menu</button>
to behave consistently and the button to be left aligned navbar.Which Ionic Version? 2.x
The text was updated successfully, but these errors were encountered: