Мой код xaml
Код: Выделить всё
Код: Выделить всё
Код: Выделить всё
TapGestureRecognizer starEvent = new TapGestureRecognizer();
starEvent.Tapped += (sender, e) => {
Star1.FontFamily = Application.Current.Resources["FontAwesomeSolid"].ToString();
Star1.Text = "\uf005";
};
Star1.GestureRecognizers.Add(starEvent);
"Xamarin.Forms.OnPlatform`1[System.String]"
Подробнее здесь: https://stackoverflow.com/questions/622 ... arin-forms
Мобильная версия