Search code examples
nativescriptnativescript-angular

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?


Solution

  • 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.