xamarin/Xamarin.Forms

[Bug] TapGestureRecognizer on iOS with Material Visual

开放

#6,521 创建于 2019年6月13日

 (4 条评论) (0 个反应) (0 位负责人)C# (1,926 个派生)batch import
4.0.0e/3 :clock3:help wantedi/regressioninactivep/iOS 🍎t/bug :bug:up-for-grabs

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Description

upgrading to 4.0.0.497661 breaks TapGestureRecognizer only tested on android

Steps to Reproduce

sample xaml (parent is stacklayout) <views:ClientCardView BindingContext="{Binding Client}"> <views:ClientCardView.GestureRecognizers> <TapGestureRecognizer Command="{Binding BindingContext.SelectClientCommand, Source={x:Reference taskItemPage}}" /> </views:ClientCardView.GestureRecognizers> </views:ClientCardView>

rolling back to 482894 fixes the issue.

Expected Behavior

tapping on the element should execute the command

Actual Behavior

Basic Information

  • Version with issue: 497661
  • Last known good version: 482894
  • IDE: VS 2017 Windows

贡献者指南