If you set a Label with only a FormattedText value and set TextDecorations to Strikethrough. The text won't be stroke.
The text will be stroke.
The text is not stroke
If we look the LabelRenderer for iOS we will see that in the OnElementPropertyChanged Method, if the changed property is the Text we call UpdateText and UpdateTextDecoration. But if the changed property is the FormatedText we only call UpdateText.
Any news about it ???
@samhouts just tested on Xamarin.Forms 4.3.0.991211
and setting Strikethrough to TextDecorations did not work on iOS
@samhouts I can confirm also that updating to 4.3.0.991211 results on iOS not showing the strike through decoration, in our case in a cell of a ListView
Yes, we're aware of a different root cause reported in #8272, and we have a fix in progress. Sorry for the inconvenience!
This issue still appearing in XF v 4.5.0.725. Any news or workarounds?
Most helpful comment
This issue still appearing in XF v 4.5.0.725. Any news or workarounds?