Open iamchandanys opened 3 years ago
Same issue here
Same issue here
@xleon Use the Frame instead of Label. This is what I did.
Seems that you don't put any value on Label's Text property, nor bind it with some viewModel's property
Seems that you don't put any value on Label's Text property, nor bind it with some viewModel's property
@NelsonSantos Then how come its working in Android without binding text?
Anyway I'll try your suggestion.
Xamarin 5 iOS - When you have multiple labels inside a stacklayout, only the first one shows the animation when IsBusy is true. I have tried forcing Hide=false on all still not working. Works fine on android though,
The below piece of code is working differently on both Android & iOS. I mean the Skeleton for label is not displaying on iOS but the same is displaying on Android. The Android & iOS screenshot is attached at the bottom.
Android Screenshot:
iOS Screenshot: