-
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
Right side menu not showing when expose-aside-when=large #2328
Comments
Also, adding expose-aside-when to a right side menu will not expose it. |
Yes, the directive should be related to ion-side-menu, not ion-side-menu s. It should be possible to have both side menus open when working on a large screen |
+1 |
Quick fix to enable toggling the right sidebar is to change line if (isAsideExposed || !self.right.isEnabled) return; to: if (!self.right.isEnabled) return; |
+1 |
1 similar comment
+1 |
Not sure if this one is related to #3244 which is ready for RC1. |
Still seeing this with the nightly build builds. |
+1 to get this fixed. |
+1 any workaround on this? |
+1 to get it fix please. really anoying issue |
I think it is a HUGE issue for ergonomic purpose for several use cases :
Do you have any idea of a duedate for this issue on ionic v1 ? |
Hi There, Issue still present. |
I think the desired behavior is for each side menu to have their own exposeAside that are independent of each other. For instance, I just want the left menu to open when "large" and not the right side. |
+1 doorty, the current fix exposes both the left and right menu if one of them has expose-aside-when set. |
In my opinion this fix also reopens #3352 as the element's width doesn't get updated after an orientation change (a98f88b#diff-7f8a45a06c53978f6e2571220899a0eaR178). |
fixed: in the file: ionic.bundle.js
change it to be:
I know this is not good solution but I had to. |
+1 for a fix |
+1 |
above fix is not working any help on this is highly appreciated |
menu-toggle="right" is not working when expose-aside-when="large" is added in ion-side-menus
http://plnkr.co/w0aJln?p=preview2
The text was updated successfully, but these errors were encountered: