-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Thanks for the great plugin
In the following code snippet, the LongTap command works properly.
What should I do to make the button to response and call its command?
BTW - in my case, the Frame is inside a ViewCell of a ListView
<Frame BackgroundColor="White"
BorderColor="Black">
<StackLayout
xamEffects:Commands.LongTap="{Binding DebugCommand}"
xamEffects:Commands.LongTapParameter="long tap command">
<Label Text="I am a label" />
<Button Text="Click Me"
InputTransparent="True"
Command="{Binding DebugCommand}"
CommandParameter="button command" />
</StackLayout>
</Frame>
With regards
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels