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