Tell us about the problem
Currently there is no way to add outline for texts in nativescript.
but we need that in cases the color of Label ( or Button with transparent background) and parent are same so if we don't add an outline to text of button and label the element will be invisible.
I found that for android this can be done using shadaw for Label and stroke for button.
It would be really good if we had CSS property to set outline of text.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Did you verify this is a real problem by searching Stack Overflow and the other open issues in this repo?YES
Tell us about the problem
Currently there is no way to add
outlinefor texts in nativescript.but we need that in cases the color of
Label( orButtonwith transparent background) and parent are same so if we don't add an outline to text of button and label the element will be invisible.I found that for android this can be done using
shadaw for Labelandstroke for button.It would be really good if we had CSS property to set outline of text.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.