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
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:
Progress NativeScript UI plugin version: (the version of nativescript-ui-* in the package.json)
CLI: (run tns --version to fetch it)
Cross-platform modules: (the version of tns-core-modules in the package.json)
Runtime(s): (the "tns-android" and "tns-ios" properties in the package.json)
nativescript-ui-gauge: 7.0.2
tns version: 7.2.1
tns-core-modules: 6.5.0
tns-android: 6.5.0
tns-ios: 6.5.0
Please tell us how to recreate the issue in as much detail as possible.
Create a default hello world project with nativescript-ui-gauge installed.
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:
package.json
)tns --version
to fetch it)package.json
)"tns-android"
and"tns-ios"
properties in thepackage.json
) nativescript-ui-gauge: 7.0.2 tns version: 7.2.1 tns-core-modules: 6.5.0 tns-android: 6.5.0 tns-ios: 6.5.0Please tell us how to recreate the issue in as much detail as possible.
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:
On Android: