This can now be achieved like this: var summary = new FormattedString () { Spans = {= new Span () { Text = "This is the summary This is the summary This is the summary This is the summary This i… (View Post)
Hi @DiegoVarela my app heavily relies on AndroidBug5497WorkaroundForXamarinAndroid, I haven't released an update to my app with Xamarin Forms 2.3.3, but I just quickly updated it to Xamarin Forms 2.3… (View Post)
Hi @BryanHunterXam @rmarinho On Xamarin Forms 2.3.1.114, the ListView is broken on iOS 10 beta's. Setting ListViewCachingStrategy to RecycleElement freezes the app. No errors occur, app just freezes.… (View Post)
My ListView cell is broken in 2.2.0 :( It's a quite complex ListView with elements showing/hiding depending on data, but I got it working really nice in 2.0.0 (Had to skip 2.1.0 due to bug 39403). I'… (View Post)