Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
PR Checklist
What is the current behavior?
NativeScript does not support
text-shadow. This has been a requested feature (#3597, #5268).What is the new behavior?
Adds
text-shadowcss property (andtextShadowattribute).It implements a subset of the text-shadow web syntax. The expected format is:
The reasons for this limitation are:
1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;);rba(0, 0, 0),#fff, etc.). It would be a lot of work;I thought I should have more feedback on this PR before adding more work.
I think it PR would still need:
apps.ui);Demo (apps.ui):
Fixes/Implements/Closes #[Issue Number].
#3597 and part of #5268.