Hello,
I'm using Xamarin.Forms Slider class to create a seek bar with Android and iOS.
It is already using DependencyService to seek native code for both platforms to play a sound file.
I just want the slider to behave like a SeekBar in Android, however setting the Value property will not be recognized. It says Xamarin.Forms.Slider's Value method or property is not found ("Xamarin.Forms.Slider does not contain a definition for 'Value'").
How would I go about making the slider move along the bar when playing an audio file?
Thanks!