-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
text-transform breaks child colors #1280
Comments
yes text-transform does not work..but text-transform is not mentioned in the docs http://docs.nativescript.org/ui/styling so i guess it is not meant to work in the first place..kindly suggest any other way to transform the case of text... |
It might not be in the docs, but it is there... Just maybe borked which is why i opened the issue |
okay i found this in the docs http://docs.nativescript.org/ApiReference/ui/enums/TextTransform/README i have no idea how to implement this in the view |
Just add it in the css like you would in html. The issue isn't that it doesn't work, but that it resets my colors |
okay..i have another issue regarding this..i am loading a list from a http call and the list is loading fine and i can getting the desired text-transform, BUT i only see the text in the visible area as capitalized the rest of the text is not, so when i scroll down i see non-styled text |
I'm not using it on that context so i can't comment, but if you believe this to be a problem, open a new issue for it... Its not related to this one so it might get overlooked |
Text Transform is not working in tns 3.0 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
http://www.screencast.com/t/ywVfBrLx
So this works okay, text though isn't uppercase
So when I add in text-transform: uppercase it's now uppercase, but I lose the purple on "Help"
The text was updated successfully, but these errors were encountered: