We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc07df commit a6520ffCopy full SHA for a6520ff
Tabs/Tabs/TabHostView.cs
@@ -709,7 +709,7 @@ private void AddTapCommand(TabItem tabItem)
709
return;
710
}
711
712
- if (DeviceInfo.Platform == DevicePlatform.WinUI)
+ if (DeviceInfo.Platform == DevicePlatform.WinUI || DeviceInfo.Platform == DevicePlatform.Android)
713
{
714
tabItem.GestureRecognizers.Add(
715
new TapGestureRecognizer { Command = TabItemTappedCommand, CommandParameter = tabItem });
0 commit comments