Alex Dunn
Alex Dunn
You need to add in-string line breaks with \n since the line breaks in your code won't reflect that in the actual string.
Interesting. Is this just on Android? What versions of Android are you seeing this? FYI, this class is the culprit for causing issues with the list and is up for...
what xamarin.forms version?
Sounds like the nuget package may not have properly installed. Is it definitely installed and restored for all 3 projects?
Is your actual wrap layout centered? That could cause this issue as well.
Your code sample is all busted. Please post a full and workable example.
Your best bet is to get the BindingContext of the tapped item and then check for its index in your ItemsSource List using List.IndexOf. As for coming updates, I have...
Definitely plan on bringing this to netstandard 2.0
Honestly not sure. I have a lot of other stuff going on, but I would gladly review a PR to upgrade this if you need it.
Can you attach a screenshot?