XamarinCommunityToolkit icon indicating copy to clipboard operation
XamarinCommunityToolkit copied to clipboard

TouchEffect not working when Visual = VisualMarker.Material;

Open LeoJHarris opened this issue 3 years ago • 0 comments

Appears to be an issue with xct:TouchEffect.Command not triggering when Visual = VisualMarker.Material; is enabled and trying a combination of the following with xct:TouchEffect.NormalBackgroundColor and xct:TouchEffect.PressedBackgroundColor loses the touch effect but the command works again.

<Frame.GestureRecognizers>
        <TapGestureRecognizer Command="{Binding NavigateCommand}" CommandParameter="{x:Static infrastructure:PageNames.RecentPaymentsPage}" />
</Frame.GestureRecognizers>

LeoJHarris avatar Oct 17 '22 21:10 LeoJHarris