-
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
ion-label floating direction rtl , the label come almost in the middle not at the right. #11627
Comments
Could you try updating to the latest version of Ionic: cc @AmitMY |
@joesleiman The reason for this is that you use "direction: rtl" Here is the relevant fix: #11324 Sidenote: there is no plan to support |
@brandyscarbey Same issue on latest ionic version 3.2.0 |
I don't want to add dir="rtl" on html tag because the back button still same icon . I mean pointing to the left like this < . I need it to be > |
@joesleiman RTL support is WIP. |
Hope they merge it soon. |
@joesleiman since 3.1.0, if not specifying the menu side, and having The animation itself, and having it be changeable in run-time, is still open #11336 If your app is RTL only, and you want to make it always open from the right, for now, add |
fixed in 3.2.1, but RTL support continues improving |
@AmitMY no my app is ltr and rtl . |
@AmitMY i put dir='rtl' at the begining and the menu still open from the left side but the menu button is moved to the right . |
@joesleiman yep, that open PR fixes it. I can't give an estimate to when it will be merged. @manucorporat might be able. |
Ok just another issue that i faced. Im using the google map from ionic native plugin. I noticed that if i change the background color of the page where the map is , the map disappear from the page. |
It seems like a different issue.. Please create an issue with ionic-native for the maps issue. |
Ok thank you... |
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. |
Ionic version:
3.0.1
*I'm submitting a bug report
Current behavior:
the label comes in the center. not right
Expected behavior:
the label should appear in the right side.
Steps to reproduce:
css: direction : rtl;
The text was updated successfully, but these errors were encountered: