XamarinCommunityToolkit
XamarinCommunityToolkit copied to clipboard
TouchEffect not working when Visual = VisualMarker.Material;
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>