J. Doe
J. Doe

Reputation: 5

Nativescript Missing Dashed Border

I am looking for a border-style: dashed; styling option for stack layouts. But I don't see any support for it. How can I create a dashed border style?

Upvotes: 0

Views: 1125

Answers (1)

Manoj
Manoj

Reputation: 21908

NativeScript supports a subset of CSS. That said some of the CSS used in web is not applicable. As of this moment, the border in NativeScript does not support border-style property.

Source: https://github.com/NativeScript/NativeScript/issues/3246

In order to achieve dashed border use a dash image with background repeat.

Upvotes: 1

Related Questions