I want to make a Star RatingBar.
So https://xamarincodingtutorial.blogspot.com/2019/04/p_29.html I made a TestApp referring to this site.
But there's a problem.
It is wrong to bring the initial value of TotalX values of iOS and Android.
Andriod gets the TotalX values at the beginning and end of RattingBar well, but ios has a problem where TotalX starts at zero, no matter where it starts.
Inside the CollectionView (ScrollView), PanGesture has inconsequent coordinates.
In CollectionView (ScrollView), the starting value of the TotalX value in PanGesture begins as a negative value from -50 to -200.
It doesn't work consistently and even has loading time.
So, after the view is created, it operates after about 10 seconds to 1 minute of waiting time.
Do you have an example or Nuget package to create a Star Ratting Bar other than syncfusion?
I'm not in a situation where I can use syncfusion, so is there anyone else who knows how to implement Star Ratting Bar?