ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

RadRadialGauge's RadialBarIndicator does not render on iOS, only the scale. On Android, everything is fine. #1523

Open kenzend opened 3 years ago

kenzend commented 3 years ago

Please take a minute to read our NativeScript Code of Conduct before proceeding with posting issues or discussing. The purpose of this guide is to make communication and cooperation within our forums a pleasure for you and the other members.

Please, provide the details below:

Tell us about the problem

Please, ensure your title is less than 63 characters long and starts with a capital letter. I am trying to replicate the example from RadGauge's demo on NativeScript: https://v6.docs.nativescript.org/angular/ui/ng-components/ng-gauge/indicators However, the result is not as expected like shown on the document page. On iOS platform, there are no rings drawn, only the scale. Whereas on Android, everything works fine.

Which platform(s) does your issue occur on?

iOS/Android/Both (if applicable tell us the specific version of the platform) iOS (iphoneX)

Please provide the following version numbers that your issue occurs with:

Please tell us how to recreate the issue in as much detail as possible.

  1. Create a default hello world project with nativescript-ui-gauge installed.
  2. Copy the code from this link: https://v6.docs.nativescript.org/angular/ui/ng-components/ng-gauge/indicators

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

The featured snippet of code:

On iOS: image

On Android: image