-
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
When app direction changed to RTL - menu side not changed #12799
Comments
Only current fix is to have a variable on top of all of your views (in There is a PR open for it, but it will only be resolved after v4. |
Hello! Thank you for opening an issue with us! Given that we have a workaround and an open PR to fix this after the v4 release, I am going to close this issue for now. @AmitMY - do you have a number handy for that PR to cross link here? Thank you for using Ionic |
I think this should be kept open, as it is an important open issue. PR: #11336 |
No problem. I can leave it open. |
use this <ion-menu [content]='content' [side]="menuSide"> ..... app.component.ts public menuSide : string ="right"; the menu side will be changed to right |
@mdashiff That won't work if you want to change direction after the menu was initialized, unfortunately. |
@AmitMY isn't it? but for me, it is changed to the right side. but the transition effect alone is coming from left |
@mdashiff When I said it won't work, I meant fully. |
You are correct @AmitMY when this will fix |
Hey guys, Any updates regarding the menu side issue? |
IMHO, |
Your opinion is the standard opinion. There was a fix for v3 that is now closed, I am in continuous contact with the devs on getting this done for v4 beta, hopefully, that will go as planned. |
This issue has been automatically identified as an Ionic 3 issue. We recently moved Ionic 3 to its own repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there. If I've made a mistake, and if this issue is still relevant to Ionic 4, please let the Ionic Framework team know! Thank you for using Ionic! |
Issue moved to: ionic-team/ionic-v3#240 |
Resources:
Before submitting an issue, please consult our troubleshooting guide (http://ionicframework.com/docs/troubleshooting/) and developer resources (http://ionicframework.com/docs/developer-resources/)
Ionic version: (check one with "x")
[ ] 1.x (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
[ ] 2.x
[x] 3.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
When i change app direction to rtl, the menu is in the same side
Expected behavior:
After changing app direction to rtl, change menu side to the opposite side
Steps to reproduce:
Related code:
Other information:
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: