Hello,
New here so apologies in advance!
Got the ProgressBar working fine on Emulator and selected devices (Two different model of Sony Xperia running Android 8.0), however my Galaxy S9 this .ProgressTo doesn't work at all.
I managed to fix the buttons which had a similar issue (Worked on all except my Galaxy S9) where button events such as .IsEnabled wasn't changing, by using Device.BeginInvokeOnMainThread
But I'm a bit stuck on how I can get something similar to work for the .ProgressTo; as I assume it would need to be updated by frame?
Thanks!
Edit: Got something similar working via this link;
/questions/36149290/xamarin-forms-progressbar-stop However may not be the most efficient way?