Search code examples
cssteleriknativescriptvisual-studio-extensionsangular2-nativescript

NativeScript border-radius for UI element is not working


I am using the VS telerik extension to develop my mobile application. However, I am trying to curve the borders of my UI elements by using CSS border-radius:3px-52px and it is not working. I have used several methods to resolve it, but non actually worked. I assume it is a bug with the VS telerik extension.


Solution

  • Dont use px in border-radius value. Just use a number value.